Html Css Color HEX #66766D Sirocco

📋 copy color: '#66766D'

red 102 ◦ green 118 ◦ blue 109

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

Shades of Sirocco #66766D

Tints of Sirocco #66766D

RGB

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

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

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

R = 31%
G = 35.87%
B = 33.13%

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

#66766D (or 0x66766D) is known color: Sirocco. HEX triplet: 66, 76 and 6D. RGB value is (102,118,109). Sum of RGB (Red+Green+Blue) = 102+118+109=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #66766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66766D is #998992. Grayscale: #707070. Windows color (decimal): -10062227 or 7173734. OLE color: 7173734.

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

Color convert

RGB 102 118 109 -
CMYK 0.14 0 0.08 0.54
HSL 146.25º 0.07% 0.43% -
HSV(B) 146.25º 0.14% 0.46% -
XYZ 14.72 16.89 16.95 -
YUV 112.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 102 118 109 0.14 0 0.08 0.54 146.25 0.07 0.43
Hex 66 76 6D E 0 8 36 92 7 2B
Octal 146 166 155 16 0 10 66 222 7 53
Binary 1100110 1110110 1101101 1110 0 1000 110110 10010010 111 101011

Color Harmonies of #66766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66766D

Black with #66766D

Text Example


Text Example

White with #66766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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