Shades of Sirocco #607F6B
Tints of Sirocco #607F6B
RGB
CMYK
RGB Variations
Color information
#607F6B (or 0x607F6B) is known color: Sirocco. HEX triplet: 60, 7F and 6B. RGB value is (96,127,107). Sum of RGB (Red+Green+Blue) = 96+127+107=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #607F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F6B is #9F8094. Grayscale: #737373. Windows color (decimal): -10453141 or 7044960. OLE color: 7044960.
HSL color Cylindrical-coordinate representation of color #607F6B: hue angle of 141.29º 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 #607F6B is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 107 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.50 |
| HSL | 141.29º | 0.14% | 0.44% | - |
| HSV(B) | 141.29º | 0.24% | 0.5% | - |
| XYZ | 15.07 | 18.73 | 16.73 | - |
| YUV | 115.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 107 | 0.24 | 0 | 0.16 | 0.50 | 141.29 | 0.14 | 0.44 |
| Hex | 60 | 7F | 6B | 18 | 0 | 10 | 32 | 8D | E | 2C |
| Octal | 140 | 177 | 153 | 30 | 0 | 20 | 62 | 215 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1101011 | 11000 | 0 | 10000 | 110010 | 10001101 | 1110 | 101100 |
Color Harmonies of #607F6B
Complementary color
Monochromatic Colors of #607F6B
Black with #607F6B
Text Example
Text Example
White with #607F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F6B; }
p { color: rgb(96,127,107); }
H1.HeaderClassName
{
color: #607F6B;
}
.AnyTagClassName
{
color: #607F6B;
}
</style>
background-color css
<style>
a { background-color: #607F6B; }
a { background-color: rgb(96,127,107); }
div.DivClassName
{
background-color: #607F6B;
}
.BgClassName
{
background-color: #607F6B;
}
</style>
border-color css
<style>
span { border-color: #607F6B; }
span { border-color: rgb(96,127,107); }
td.TdClassName
{
border-color: #607F6B;
}
.TagClassName
{
border-color: #607F6B;
}
</style>