#66766C

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

Shades of Sirocco #66766C

Tints of Sirocco #66766C

Color information

#66766C (or 0x66766C) is unknown color: approx Sirocco. HEX triplet: 66, 76 and 6C. RGB value is (102,118,108). Sum of RGB (Red+Green+Blue) = 102+118+108=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #66766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66766C is #998993. Grayscale: #707070. Windows color (decimal): -10062228 or 7108198. OLE color: 7108198.

HSL color Cylindrical-coordinate representation of color #66766C: hue angle of 142.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #66766C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB102118108-
CMYK0.1400.080.54
HSL142.5º7.27%43.14%-
HSV(B)142.5º13.56%46.27%-
XYZ14.6616.8616.67-
YUV112.08125.7120.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=31.10%
G=35.98%
B=32.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021181080.1400.080.54142.57.2743.14
Hex66766CE08368e72b
Octal1461661541601066216753
Binary11001101110110110110011100100011011010001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66766C; }

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

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

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

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

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

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

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

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