Shades of Sirocco #647A6F
Tints of Sirocco #647A6F
RGB
CMYK
RGB Variations
Color information
#647A6F (or 0x647A6F) is known color: Sirocco. HEX triplet: 64, 7A and 6F. RGB value is (100,122,111). Sum of RGB (Red+Green+Blue) = 100+122+111=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 122 - color contains mainly: green. Hex color #647A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A6F is #9B8590. Grayscale: #727272. Windows color (decimal): -10192273 or 7305828. OLE color: 7305828.
HSL color Cylindrical-coordinate representation of color #647A6F: hue angle of 150º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #647A6F is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 111 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.52 |
| HSL | 150º | 0.1% | 0.44% | - |
| HSV(B) | 150º | 0.18% | 0.48% | - |
| XYZ | 15.08 | 17.78 | 17.68 | - |
| YUV | 114.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 111 | 0.18 | 0 | 0.09 | 0.52 | 150 | 0.1 | 0.44 |
| Hex | 64 | 7A | 6F | 12 | 0 | 9 | 34 | 96 | A | 2C |
| Octal | 144 | 172 | 157 | 22 | 0 | 11 | 64 | 226 | 12 | 54 |
| Binary | 1100100 | 1111010 | 1101111 | 10010 | 0 | 1001 | 110100 | 10010110 | 1010 | 101100 |
Color Harmonies of #647A6F
Complementary color
Monochromatic Colors of #647A6F
Black with #647A6F
Text Example
Text Example
White with #647A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A6F; }
p { color: rgb(100,122,111); }
H1.HeaderClassName
{
color: #647A6F;
}
.AnyTagClassName
{
color: #647A6F;
}
</style>
background-color css
<style>
a { background-color: #647A6F; }
a { background-color: rgb(100,122,111); }
div.DivClassName
{
background-color: #647A6F;
}
.BgClassName
{
background-color: #647A6F;
}
</style>
border-color css
<style>
span { border-color: #647A6F; }
span { border-color: rgb(100,122,111); }
td.TdClassName
{
border-color: #647A6F;
}
.TagClassName
{
border-color: #647A6F;
}
</style>