Html Css Color HEX #64766B Sirocco

📋 copy color: '#64766B'

red 100 ◦ green 118 ◦ blue 107

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

Shades of Sirocco #64766B

Tints of Sirocco #64766B

RGB

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

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

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

R = 30.77%
G = 36.31%
B = 32.92%

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

#64766B (or 0x64766B) is known color: Sirocco. HEX triplet: 64, 76 and 6B. RGB value is (100,118,107). Sum of RGB (Red+Green+Blue) = 100+118+107=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #64766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64766B is #9B8994. Grayscale: #6F6F6F. Windows color (decimal): -10193301 or 7042660. OLE color: 7042660.

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

Color convert

RGB 100 118 107 -
CMYK 0.15 0 0.09 0.54
HSL 143.33º 0.08% 0.43% -
HSV(B) 143.33º 0.15% 0.46% -
XYZ 14.39 16.73 16.38 -
YUV 111.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 100 118 107 0.15 0 0.09 0.54 143.33 0.08 0.43
Hex 64 76 6B F 0 9 36 8F 8 2B
Octal 144 166 153 17 0 11 66 217 10 53
Binary 1100100 1110110 1101011 1111 0 1001 110110 10001111 1000 101011

Color Harmonies of #64766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64766B

Black with #64766B

Text Example


Text Example

White with #64766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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