Html Css Color HEX #66776F Sirocco

📋 copy color: '#66776F'

red 102 ◦ green 119 ◦ blue 111

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

Shades of Sirocco #66776F

Tints of Sirocco #66776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 30.72%
G = 35.84%
B = 33.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#66776F (or 0x66776F) is known color: Sirocco. HEX triplet: 66, 77 and 6F. RGB value is (102,119,111). Sum of RGB (Red+Green+Blue) = 102+119+111=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #66776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66776F is #998890. Grayscale: #717171. Windows color (decimal): -10061969 or 7305062. OLE color: 7305062.

HSL color Cylindrical-coordinate representation of color #66776F: hue angle of 151.76º 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 #66776F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 119 111 -
CMYK 0.14 0 0.07 0.53
HSL 151.76º 0.08% 0.43% -
HSV(B) 151.76º 0.14% 0.47% -
XYZ 14.95 17.17 17.56 -
YUV 113.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 102 119 111 0.14 0 0.07 0.53 151.76 0.08 0.43
Hex 66 77 6F E 0 7 35 98 8 2B
Octal 146 167 157 16 0 7 65 230 10 53
Binary 1100110 1110111 1101111 1110 0 111 110101 10011000 1000 101011

Color Harmonies of #66776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66776F

Black with #66776F

Text Example


Text Example

White with #66776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66776F;
 }
 .AnyTagClassName
 {
   color: #66776F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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