Html Css Color HEX #66766C Sirocco

📋 copy color: '#66766C'

red 102 ◦ green 118 ◦ blue 108

#66766C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #66766C

Tints of Sirocco #66766C

RGB

 RED value IS 102 (40.23% from 255) = 31.1%

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 31.1%
G = 35.98%
B = 32.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#66766C (or 0x66766C) is known color: 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

RGB 102 118 108 -
CMYK 0.14 0 0.08 0.54
HSL 142.5º 0.07% 0.43% -
HSV(B) 142.5º 0.14% 0.46% -
XYZ 14.66 16.86 16.67 -
YUV 112.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 102 118 108 0.14 0 0.08 0.54 142.5 0.07 0.43
Hex 66 76 6C E 0 8 36 8E 7 2B
Octal 146 166 154 16 0 10 66 216 7 53
Binary 1100110 1110110 1101100 1110 0 1000 110110 10001110 111 101011

Color Harmonies of #66766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66766C

Black with #66766C

Text Example


Text Example

White with #66766C

Text Example


Text Example

HTML Codes & Css Web 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>