Html Css Color HEX #66766F Sirocco

📋 copy color: '#66766F'

red 102 ◦ green 118 ◦ blue 111

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

Shades of Sirocco #66766F

Tints of Sirocco #66766F

RGB

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

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

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

R = 30.82%
G = 35.65%
B = 33.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#66766F (or 0x66766F) is known color: Sirocco. HEX triplet: 66, 76 and 6F. RGB value is (102,118,111). Sum of RGB (Red+Green+Blue) = 102+118+111=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #66766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66766F is #998990. Grayscale: #707070. Windows color (decimal): -10062225 or 7304806. OLE color: 7304806.

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

Color convert

RGB 102 118 111 -
CMYK 0.14 0 0.06 0.54
HSL 153.75º 0.07% 0.43% -
HSV(B) 153.75º 0.14% 0.46% -
XYZ 14.83 16.93 17.53 -
YUV 112.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 102 118 111 0.14 0 0.06 0.54 153.75 0.07 0.43
Hex 66 76 6F E 0 6 36 9A 7 2B
Octal 146 166 157 16 0 6 66 232 7 53
Binary 1100110 1110110 1101111 1110 0 110 110110 10011010 111 101011

Color Harmonies of #66766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66766F

Black with #66766F

Text Example


Text Example

White with #66766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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