Shades of Sirocco #647A70
Tints of Sirocco #647A70
RGB
CMYK
RGB Variations
Color information
#647A70 (or 0x647A70) is known color: Sirocco. HEX triplet: 64, 7A and 70. RGB value is (100,122,112). Sum of RGB (Red+Green+Blue) = 100+122+112=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #647A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A70 is #9B858F. Grayscale: #727272. Windows color (decimal): -10192272 or 7371364. OLE color: 7371364.
HSL color Cylindrical-coordinate representation of color #647A70: hue angle of 152.73º 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 #647A70 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
RGB | 100 | 122 | 112 | - |
CMYK | 0.18 | 0 | 0.08 | 0.52 |
HSL | 152.73º | 0.1% | 0.44% | - |
HSV(B) | 152.73º | 0.18% | 0.48% | - |
XYZ | 15.14 | 17.8 | 17.97 | - |
YUV | 114.28 | 126.71 | 117.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 100 | 122 | 112 | 0.18 | 0 | 0.08 | 0.52 | 152.73 | 0.1 | 0.44 |
Hex | 64 | 7A | 70 | 12 | 0 | 8 | 34 | 99 | A | 2C |
Octal | 144 | 172 | 160 | 22 | 0 | 10 | 64 | 231 | 12 | 54 |
Binary | 1100100 | 1111010 | 1110000 | 10010 | 0 | 1000 | 110100 | 10011001 | 1010 | 101100 |
Color Harmonies of #647A70
Complementary color
Monochromatic Colors of #647A70
Black with #647A70
Text Example
Text Example
White with #647A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A70; }
p { color: rgb(100,122,112); }
H1.HeaderClassName
{
color: #647A70;
}
.AnyTagClassName
{
color: #647A70;
}
</style>
background-color css
<style>
a { background-color: #647A70; }
a { background-color: rgb(100,122,112); }
div.DivClassName
{
background-color: #647A70;
}
.BgClassName
{
background-color: #647A70;
}
</style>
border-color css
<style>
span { border-color: #647A70; }
span { border-color: rgb(100,122,112); }
td.TdClassName
{
border-color: #647A70;
}
.TagClassName
{
border-color: #647A70;
}
</style>