Html Css Color HEX #64756B Sirocco

📋 copy color: '#64756B'

red 100 ◦ green 117 ◦ blue 107

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

Shades of Sirocco #64756B

Tints of Sirocco #64756B

RGB

 RED value IS 100 (39.45% from 255) = 30.86%

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

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

R = 30.86%
G = 36.11%
B = 33.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#64756B (or 0x64756B) is known color: Sirocco. HEX triplet: 64, 75 and 6B. RGB value is (100,117,107). Sum of RGB (Red+Green+Blue) = 100+117+107=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #64756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64756B is #9B8A94. Grayscale: #6E6E6E. Windows color (decimal): -10193557 or 7042404. OLE color: 7042404.

HSL color Cylindrical-coordinate representation of color #64756B: hue angle of 144.71º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #64756B is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 117 107 -
CMYK 0.15 0 0.09 0.54
HSL 144.71º 0.08% 0.43% -
HSV(B) 144.71º 0.15% 0.46% -
XYZ 14.27 16.49 16.34 -
YUV 110.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 100 117 107 0.15 0 0.09 0.54 144.71 0.08 0.43
Hex 64 75 6B F 0 9 36 91 8 2B
Octal 144 165 153 17 0 11 66 221 10 53
Binary 1100100 1110101 1101011 1111 0 1001 110110 10010001 1000 101011

Color Harmonies of #64756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64756B

Black with #64756B

Text Example


Text Example

White with #64756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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