Shades of Sirocco #5F7C6C
Tints of Sirocco #5F7C6C
RGB
CMYK
RGB Variations
Color information
#5F7C6C (or 0x5F7C6C) is known color: Sirocco. HEX triplet: 5F, 7C and 6C. RGB value is (95,124,108). Sum of RGB (Red+Green+Blue) = 95+124+108=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7C6C is #A08393. Grayscale: #717171. Windows color (decimal): -10519444 or 7109727. OLE color: 7109727.
HSL color Cylindrical-coordinate representation of color #5F7C6C: hue angle of 146.9º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F7C6C is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 124 | 108 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.51 |
| HSL | 146.9º | 0.13% | 0.43% | - |
| HSV(B) | 146.9º | 0.23% | 0.49% | - |
| XYZ | 14.63 | 17.93 | 16.88 | - |
| YUV | 113.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 108 | 0.23 | 0 | 0.13 | 0.51 | 146.9 | 0.13 | 0.43 |
| Hex | 5F | 7C | 6C | 17 | 0 | D | 33 | 93 | D | 2B |
| Octal | 137 | 174 | 154 | 27 | 0 | 15 | 63 | 223 | 15 | 53 |
| Binary | 1011111 | 1111100 | 1101100 | 10111 | 0 | 1101 | 110011 | 10010011 | 1101 | 101011 |
Color Harmonies of #5F7C6C
Complementary color
Monochromatic Colors of #5F7C6C
Black with #5F7C6C
Text Example
Text Example
White with #5F7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C6C; }
p { color: rgb(95,124,108); }
H1.HeaderClassName
{
color: #5F7C6C;
}
.AnyTagClassName
{
color: #5F7C6C;
}
</style>
background-color css
<style>
a { background-color: #5F7C6C; }
a { background-color: rgb(95,124,108); }
div.DivClassName
{
background-color: #5F7C6C;
}
.BgClassName
{
background-color: #5F7C6C;
}
</style>
border-color css
<style>
span { border-color: #5F7C6C; }
span { border-color: rgb(95,124,108); }
td.TdClassName
{
border-color: #5F7C6C;
}
.TagClassName
{
border-color: #5F7C6C;
}
</style>