Shades of Sirocco #647A6E
Tints of Sirocco #647A6E
RGB
CMYK
RGB Variations
Color information
#647A6E (or 0x647A6E) is known color: Sirocco. HEX triplet: 64, 7A and 6E. RGB value is (100,122,110). Sum of RGB (Red+Green+Blue) = 100+122+110=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #647A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A6E is #9B8591. Grayscale: #727272. Windows color (decimal): -10192274 or 7240292. OLE color: 7240292.
HSL color Cylindrical-coordinate representation of color #647A6E: hue angle of 147.27º 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 #647A6E is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 110 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.52 |
| HSL | 147.27º | 0.1% | 0.44% | - |
| HSV(B) | 147.27º | 0.18% | 0.48% | - |
| XYZ | 15.03 | 17.75 | 17.39 | - |
| YUV | 114.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 110 | 0.18 | 0 | 0.10 | 0.52 | 147.27 | 0.1 | 0.44 |
| Hex | 64 | 7A | 6E | 12 | 0 | A | 34 | 93 | A | 2C |
| Octal | 144 | 172 | 156 | 22 | 0 | 12 | 64 | 223 | 12 | 54 |
| Binary | 1100100 | 1111010 | 1101110 | 10010 | 0 | 1010 | 110100 | 10010011 | 1010 | 101100 |
Color Harmonies of #647A6E
Complementary color
Monochromatic Colors of #647A6E
Black with #647A6E
Text Example
Text Example
White with #647A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A6E; }
p { color: rgb(100,122,110); }
H1.HeaderClassName
{
color: #647A6E;
}
.AnyTagClassName
{
color: #647A6E;
}
</style>
background-color css
<style>
a { background-color: #647A6E; }
a { background-color: rgb(100,122,110); }
div.DivClassName
{
background-color: #647A6E;
}
.BgClassName
{
background-color: #647A6E;
}
</style>
border-color css
<style>
span { border-color: #647A6E; }
span { border-color: rgb(100,122,110); }
td.TdClassName
{
border-color: #647A6E;
}
.TagClassName
{
border-color: #647A6E;
}
</style>