Html Css Color HEX #66776D Sirocco

📋 copy color: '#66776D'

red 102 ◦ green 119 ◦ blue 109

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

Shades of Sirocco #66776D

Tints of Sirocco #66776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 30.91%
G = 36.06%
B = 33.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#66776D (or 0x66776D) is known color: Sirocco. HEX triplet: 66, 77 and 6D. RGB value is (102,119,109). Sum of RGB (Red+Green+Blue) = 102+119+109=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #66776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66776D is #998892. Grayscale: #707070. Windows color (decimal): -10061971 or 7173990. OLE color: 7173990.

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

Color convert

RGB 102 119 109 -
CMYK 0.14 0 0.08 0.53
HSL 144.71º 0.08% 0.43% -
HSV(B) 144.71º 0.14% 0.47% -
XYZ 14.84 17.12 16.99 -
YUV 112.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 102 119 109 0.14 0 0.08 0.53 144.71 0.08 0.43
Hex 66 77 6D E 0 8 35 91 8 2B
Octal 146 167 155 16 0 10 65 221 10 53
Binary 1100110 1110111 1101101 1110 0 1000 110101 10010001 1000 101011

Color Harmonies of #66776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66776D

Black with #66776D

Text Example


Text Example

White with #66776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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