Shades of Sirocco #64766D
Tints of Sirocco #64766D
RGB
CMYK
RGB Variations
Color information
#64766D (or 0x64766D) is known color: Sirocco. HEX triplet: 64, 76 and 6D. RGB value is (100,118,109). Sum of RGB (Red+Green+Blue) = 100+118+109=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #64766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64766D is #9B8992. Grayscale: #6F6F6F. Windows color (decimal): -10193299 or 7173732. OLE color: 7173732.
HSL color Cylindrical-coordinate representation of color #64766D: hue angle of 150º 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 #64766D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 109 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.54 |
| HSL | 150º | 0.08% | 0.43% | - |
| HSV(B) | 150º | 0.15% | 0.46% | - |
| XYZ | 14.49 | 16.77 | 16.94 | - |
| YUV | 111.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 109 | 0.15 | 0 | 0.08 | 0.54 | 150 | 0.08 | 0.43 |
| Hex | 64 | 76 | 6D | F | 0 | 8 | 36 | 96 | 8 | 2B |
| Octal | 144 | 166 | 155 | 17 | 0 | 10 | 66 | 226 | 10 | 53 |
| Binary | 1100100 | 1110110 | 1101101 | 1111 | 0 | 1000 | 110110 | 10010110 | 1000 | 101011 |
Color Harmonies of #64766D
Complementary color
Monochromatic Colors of #64766D
Black with #64766D
Text Example
Text Example
White with #64766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64766D; }
p { color: rgb(100,118,109); }
H1.HeaderClassName
{
color: #64766D;
}
.AnyTagClassName
{
color: #64766D;
}
</style>
background-color css
<style>
a { background-color: #64766D; }
a { background-color: rgb(100,118,109); }
div.DivClassName
{
background-color: #64766D;
}
.BgClassName
{
background-color: #64766D;
}
</style>
border-color css
<style>
span { border-color: #64766D; }
span { border-color: rgb(100,118,109); }
td.TdClassName
{
border-color: #64766D;
}
.TagClassName
{
border-color: #64766D;
}
</style>