Shades of Sirocco #5F756B
Tints of Sirocco #5F756B
RGB
CMYK
RGB Variations
Color information
#5F756B (or 0x5F756B) is known color: Sirocco. HEX triplet: 5F, 75 and 6B. RGB value is (95,117,107). Sum of RGB (Red+Green+Blue) = 95+117+107=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #5F756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F756B is #A08A94. Grayscale: #6D6D6D. Windows color (decimal): -10521237 or 7042399. OLE color: 7042399.
HSL color Cylindrical-coordinate representation of color #5F756B: hue angle of 152.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F756B is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 107 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.54 |
| HSL | 152.73º | 0.1% | 0.42% | - |
| HSV(B) | 152.73º | 0.19% | 0.46% | - |
| XYZ | 13.73 | 16.22 | 16.32 | - |
| YUV | 109.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 107 | 0.19 | 0 | 0.09 | 0.54 | 152.73 | 0.1 | 0.42 |
| Hex | 5F | 75 | 6B | 13 | 0 | 9 | 36 | 99 | A | 2A |
| Octal | 137 | 165 | 153 | 23 | 0 | 11 | 66 | 231 | 12 | 52 |
| Binary | 1011111 | 1110101 | 1101011 | 10011 | 0 | 1001 | 110110 | 10011001 | 1010 | 101010 |
Color Harmonies of #5F756B
Complementary color
Monochromatic Colors of #5F756B
Black with #5F756B
Text Example
Text Example
White with #5F756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F756B; }
p { color: rgb(95,117,107); }
H1.HeaderClassName
{
color: #5F756B;
}
.AnyTagClassName
{
color: #5F756B;
}
</style>
background-color css
<style>
a { background-color: #5F756B; }
a { background-color: rgb(95,117,107); }
div.DivClassName
{
background-color: #5F756B;
}
.BgClassName
{
background-color: #5F756B;
}
</style>
border-color css
<style>
span { border-color: #5F756B; }
span { border-color: rgb(95,117,107); }
td.TdClassName
{
border-color: #5F756B;
}
.TagClassName
{
border-color: #5F756B;
}
</style>