Shades of Sirocco #647F6A
Tints of Sirocco #647F6A
RGB
CMYK
RGB Variations
Color information
#647F6A (or 0x647F6A) is known color: Sirocco. HEX triplet: 64, 7F and 6A. RGB value is (100,127,106). Sum of RGB (Red+Green+Blue) = 100+127+106=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 127 - color contains mainly: green. Hex color #647F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F6A is #9B8095. Grayscale: #747474. Windows color (decimal): -10190998 or 6979428. OLE color: 6979428.
HSL color Cylindrical-coordinate representation of color #647F6A: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647F6A is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 106 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.50 |
| HSL | 133.33º | 0.12% | 0.45% | - |
| HSV(B) | 133.33º | 0.21% | 0.5% | - |
| XYZ | 15.45 | 18.93 | 16.48 | - |
| YUV | 116.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 106 | 0.21 | 0 | 0.17 | 0.50 | 133.33 | 0.12 | 0.45 |
| Hex | 64 | 7F | 6A | 15 | 0 | 11 | 32 | 85 | C | 2D |
| Octal | 144 | 177 | 152 | 25 | 0 | 21 | 62 | 205 | 14 | 55 |
| Binary | 1100100 | 1111111 | 1101010 | 10101 | 0 | 10001 | 110010 | 10000101 | 1100 | 101101 |
Color Harmonies of #647F6A
Complementary color
Monochromatic Colors of #647F6A
Black with #647F6A
Text Example
Text Example
White with #647F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F6A; }
p { color: rgb(100,127,106); }
H1.HeaderClassName
{
color: #647F6A;
}
.AnyTagClassName
{
color: #647F6A;
}
</style>
background-color css
<style>
a { background-color: #647F6A; }
a { background-color: rgb(100,127,106); }
div.DivClassName
{
background-color: #647F6A;
}
.BgClassName
{
background-color: #647F6A;
}
</style>
border-color css
<style>
span { border-color: #647F6A; }
span { border-color: rgb(100,127,106); }
td.TdClassName
{
border-color: #647F6A;
}
.TagClassName
{
border-color: #647F6A;
}
</style>