Html Css Color HEX #66756F Sirocco

📋 copy color: '#66756F'

red 102 ◦ green 117 ◦ blue 111

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

Shades of Sirocco #66756F

Tints of Sirocco #66756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

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

R = 30.91%
G = 35.45%
B = 33.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#66756F (or 0x66756F) is known color: Sirocco. HEX triplet: 66, 75 and 6F. RGB value is (102,117,111). Sum of RGB (Red+Green+Blue) = 102+117+111=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #66756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66756F is #998A90. Grayscale: #6F6F6F. Windows color (decimal): -10062481 or 7304550. OLE color: 7304550.

HSL color Cylindrical-coordinate representation of color #66756F: hue angle of 156º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #66756F is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 111 -
CMYK 0.13 0 0.05 0.54
HSL 156º 0.07% 0.43% -
HSV(B) 156º 0.13% 0.46% -
XYZ 14.71 16.7 17.49 -
YUV 111.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 102 117 111 0.13 0 0.05 0.54 156 0.07 0.43
Hex 66 75 6F D 0 5 36 9C 7 2B
Octal 146 165 157 15 0 5 66 234 7 53
Binary 1100110 1110101 1101111 1101 0 101 110110 10011100 111 101011

Color Harmonies of #66756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66756F

Black with #66756F

Text Example


Text Example

White with #66756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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