#766199

Color #766199 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #766199

Tints of Scampi #766199

Color information

#766199 (or 0x766199) is unknown color: approx Scampi. HEX triplet: 76, 61 and 99. RGB value is (118,97,153). Sum of RGB (Red+Green+Blue) = 118+97+153=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #766199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766199 is #899E66. Grayscale: #6D6D6D. Windows color (decimal): -9018983 or 10051958. OLE color: 10051958.

HSL color Cylindrical-coordinate representation of color #766199: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #766199 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11897153-
CMYK0.230.3700.4
HSL262.5º22.4%49.02%-
HSV(B)262.5º36.6%60%-
XYZ17.514.732.05-
YUV109.66152.46133.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=32.07%
G=26.36%
B=41.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118971530.230.3700.4262.522.449.02
Hex76619917250281061631
Octal16614123127450504062661
Binary111011011000011001100110111100101010100010000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766199; }

 p { color: rgb(118,97,153); }

 H1.HeaderClassName
 {
   color: #766199;
 }
 .AnyTagClassName
 {
   color: #766199;
 }
</style>
background-color css

<style>
 a { background-color: #766199; }

 a { background-color: rgb(118,97,153); }

 div.DivClassName
 {
   background-color: #766199;
 }
 .BgClassName
 {
   background-color: #766199;
 }
</style>
border-color css

<style>
 span { border-color: #766199; }

 span { border-color: rgb(118,97,153); }

 td.TdClassName
 {
   border-color: #766199;
 }
 .TagClassName
 {
   border-color: #766199;
 }
</style>