Html Css Color HEX #66776C Sirocco

📋 copy color: '#66776C'

red 102 ◦ green 119 ◦ blue 108

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

Shades of Sirocco #66776C

Tints of Sirocco #66776C

RGB

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

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

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

R = 31%
G = 36.17%
B = 32.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#66776C (or 0x66776C) is known color: Sirocco. HEX triplet: 66, 77 and 6C. RGB value is (102,119,108). Sum of RGB (Red+Green+Blue) = 102+119+108=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #66776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66776C is #998893. Grayscale: #707070. Windows color (decimal): -10061972 or 7108454. OLE color: 7108454.

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

Color convert

RGB 102 119 108 -
CMYK 0.14 0 0.09 0.53
HSL 141.18º 0.08% 0.43% -
HSV(B) 141.18º 0.14% 0.47% -
XYZ 14.78 17.1 16.71 -
YUV 112.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 102 119 108 0.14 0 0.09 0.53 141.18 0.08 0.43
Hex 66 77 6C E 0 9 35 8D 8 2B
Octal 146 167 154 16 0 11 65 215 10 53
Binary 1100110 1110111 1101100 1110 0 1001 110101 10001101 1000 101011

Color Harmonies of #66776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66776C

Black with #66776C

Text Example


Text Example

White with #66776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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