#66776A

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

Shades of Sirocco #66776A

Tints of Sirocco #66776A

Color information

#66776A (or 0x66776A) is unknown color: approx Sirocco. HEX triplet: 66, 77 and 6A. RGB value is (102,119,106). Sum of RGB (Red+Green+Blue) = 102+119+106=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #66776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66776A is #998895. Grayscale: #707070. Windows color (decimal): -10061974 or 6977382. OLE color: 6977382.

HSL color Cylindrical-coordinate representation of color #66776A: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #66776A is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB102119106-
CMYK0.1400.110.53
HSL134.12º7.69%43.33%-
HSV(B)134.12º14.29%46.67%-
XYZ14.6817.0616.15-
YUV112.44124.37120.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=31.19%
G=36.39%
B=32.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021191060.1400.110.53134.127.6943.33
Hex66776AE0B358682b
Octal14616715216013652061053
Binary110011011101111101010111001011110101100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66776A; }

 p { color: rgb(102,119,106); }

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

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

 a { background-color: rgb(102,119,106); }

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

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

 span { border-color: rgb(102,119,106); }

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