Shades of Sirocco #607F6F
Tints of Sirocco #607F6F
RGB
CMYK
RGB Variations
Color information
#607F6F (or 0x607F6F) is known color: Sirocco. HEX triplet: 60, 7F and 6F. RGB value is (96,127,111). Sum of RGB (Red+Green+Blue) = 96+127+111=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #607F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F6F is #9F8090. Grayscale: #737373. Windows color (decimal): -10453137 or 7307104. OLE color: 7307104.
HSL color Cylindrical-coordinate representation of color #607F6F: hue angle of 149.03º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F6F is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 111 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.50 |
| HSL | 149.03º | 0.14% | 0.44% | - |
| HSV(B) | 149.03º | 0.24% | 0.5% | - |
| XYZ | 15.28 | 18.81 | 17.86 | - |
| YUV | 115.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 111 | 0.24 | 0 | 0.13 | 0.50 | 149.03 | 0.14 | 0.44 |
| Hex | 60 | 7F | 6F | 18 | 0 | D | 32 | 95 | E | 2C |
| Octal | 140 | 177 | 157 | 30 | 0 | 15 | 62 | 225 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1101111 | 11000 | 0 | 1101 | 110010 | 10010101 | 1110 | 101100 |
Color Harmonies of #607F6F
Complementary color
Monochromatic Colors of #607F6F
Black with #607F6F
Text Example
Text Example
White with #607F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F6F; }
p { color: rgb(96,127,111); }
H1.HeaderClassName
{
color: #607F6F;
}
.AnyTagClassName
{
color: #607F6F;
}
</style>
background-color css
<style>
a { background-color: #607F6F; }
a { background-color: rgb(96,127,111); }
div.DivClassName
{
background-color: #607F6F;
}
.BgClassName
{
background-color: #607F6F;
}
</style>
border-color css
<style>
span { border-color: #607F6F; }
span { border-color: rgb(96,127,111); }
td.TdClassName
{
border-color: #607F6F;
}
.TagClassName
{
border-color: #607F6F;
}
</style>