Shades of Sirocco #64766A
Tints of Sirocco #64766A
RGB
CMYK
RGB Variations
Color information
#64766A (or 0x64766A) is known color: Sirocco. HEX triplet: 64, 76 and 6A. RGB value is (100,118,106). Sum of RGB (Red+Green+Blue) = 100+118+106=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #64766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64766A is #9B8995. Grayscale: #6F6F6F. Windows color (decimal): -10193302 or 6977124. OLE color: 6977124.
HSL color Cylindrical-coordinate representation of color #64766A: hue angle of 140º 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 #64766A is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 106 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.54 |
| HSL | 140º | 0.08% | 0.43% | - |
| HSV(B) | 140º | 0.15% | 0.46% | - |
| XYZ | 14.34 | 16.71 | 16.1 | - |
| YUV | 111.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 106 | 0.15 | 0 | 0.10 | 0.54 | 140 | 0.08 | 0.43 |
| Hex | 64 | 76 | 6A | F | 0 | A | 36 | 8C | 8 | 2B |
| Octal | 144 | 166 | 152 | 17 | 0 | 12 | 66 | 214 | 10 | 53 |
| Binary | 1100100 | 1110110 | 1101010 | 1111 | 0 | 1010 | 110110 | 10001100 | 1000 | 101011 |
Color Harmonies of #64766A
Complementary color
Monochromatic Colors of #64766A
Black with #64766A
Text Example
Text Example
White with #64766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64766A; }
p { color: rgb(100,118,106); }
H1.HeaderClassName
{
color: #64766A;
}
.AnyTagClassName
{
color: #64766A;
}
</style>
background-color css
<style>
a { background-color: #64766A; }
a { background-color: rgb(100,118,106); }
div.DivClassName
{
background-color: #64766A;
}
.BgClassName
{
background-color: #64766A;
}
</style>
border-color css
<style>
span { border-color: #64766A; }
span { border-color: rgb(100,118,106); }
td.TdClassName
{
border-color: #64766A;
}
.TagClassName
{
border-color: #64766A;
}
</style>