Html Css Color HEX #66756B Sirocco

📋 copy color: '#66756B'

red 102 ◦ green 117 ◦ blue 107

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

Shades of Sirocco #66756B

Tints of Sirocco #66756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 31.29%
G = 35.89%
B = 32.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#66756B (or 0x66756B) is known color: Sirocco. HEX triplet: 66, 75 and 6B. RGB value is (102,117,107). Sum of RGB (Red+Green+Blue) = 102+117+107=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #66756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66756B is #998A94. Grayscale: #6F6F6F. Windows color (decimal): -10062485 or 7042406. OLE color: 7042406.

HSL color Cylindrical-coordinate representation of color #66756B: hue angle of 140º 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 #66756B is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 107 -
CMYK 0.13 0 0.09 0.54
HSL 140º 0.07% 0.43% -
HSV(B) 140º 0.13% 0.46% -
XYZ 14.49 16.61 16.35 -
YUV 111.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 102 117 107 0.13 0 0.09 0.54 140 0.07 0.43
Hex 66 75 6B D 0 9 36 8C 7 2B
Octal 146 165 153 15 0 11 66 214 7 53
Binary 1100110 1110101 1101011 1101 0 1001 110110 10001100 111 101011

Color Harmonies of #66756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66756B

Black with #66756B

Text Example


Text Example

White with #66756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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