#766699

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

Shades of Scampi #766699

Tints of Scampi #766699

Color information

#766699 (or 0x766699) is unknown color: approx Scampi. HEX triplet: 76, 66 and 99. RGB value is (118,102,153). Sum of RGB (Red+Green+Blue) = 118+102+153=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #766699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766699 is #899966. Grayscale: #707070. Windows color (decimal): -9017703 or 10053238. OLE color: 10053238.

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

Color convert

RGB118102153-
CMYK0.230.3300.4
HSL258.82º20%50%-
HSV(B)258.82º33.33%60%-
XYZ17.9715.6532.21-
YUV112.6150.8131.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=31.64%
G=27.35%
B=41.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181021530.230.3300.4258.822050
Hex76669917210281031432
Octal16614623127410504032462
Binary111011011001101001100110111100001010100010000001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766699; }

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

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

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

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

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

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

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

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