Shades of Sirocco #647A68
Tints of Sirocco #647A68
RGB
CMYK
RGB Variations
Color information
#647A68 (or 0x647A68) is known color: Sirocco. HEX triplet: 64, 7A and 68. RGB value is (100,122,104). Sum of RGB (Red+Green+Blue) = 100+122+104=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #647A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A68 is #9B8597. Grayscale: #717171. Windows color (decimal): -10192280 or 6847076. OLE color: 6847076.
HSL color Cylindrical-coordinate representation of color #647A68: hue angle of 130.91º 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 #647A68 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 104 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.52 |
| HSL | 130.91º | 0.1% | 0.44% | - |
| HSV(B) | 130.91º | 0.18% | 0.48% | - |
| XYZ | 14.71 | 17.63 | 15.72 | - |
| YUV | 113.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 104 | 0.18 | 0 | 0.15 | 0.52 | 130.91 | 0.1 | 0.44 |
| Hex | 64 | 7A | 68 | 12 | 0 | F | 34 | 83 | A | 2C |
| Octal | 144 | 172 | 150 | 22 | 0 | 17 | 64 | 203 | 12 | 54 |
| Binary | 1100100 | 1111010 | 1101000 | 10010 | 0 | 1111 | 110100 | 10000011 | 1010 | 101100 |
Color Harmonies of #647A68
Complementary color
Monochromatic Colors of #647A68
Black with #647A68
Text Example
Text Example
White with #647A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A68; }
p { color: rgb(100,122,104); }
H1.HeaderClassName
{
color: #647A68;
}
.AnyTagClassName
{
color: #647A68;
}
</style>
background-color css
<style>
a { background-color: #647A68; }
a { background-color: rgb(100,122,104); }
div.DivClassName
{
background-color: #647A68;
}
.BgClassName
{
background-color: #647A68;
}
</style>
border-color css
<style>
span { border-color: #647A68; }
span { border-color: rgb(100,122,104); }
td.TdClassName
{
border-color: #647A68;
}
.TagClassName
{
border-color: #647A68;
}
</style>