Shades of Sirocco #5F7D6D
Tints of Sirocco #5F7D6D
RGB
CMYK
RGB Variations
Color information
#5F7D6D (or 0x5F7D6D) is known color: Sirocco. HEX triplet: 5F, 7D and 6D. RGB value is (95,125,109). Sum of RGB (Red+Green+Blue) = 95+125+109=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #5F7D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7D6D is #A08292. Grayscale: #727272. Windows color (decimal): -10519187 or 7175519. OLE color: 7175519.
HSL color Cylindrical-coordinate representation of color #5F7D6D: hue angle of 148º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F7D6D is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 125 | 109 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.51 |
| HSL | 148º | 0.14% | 0.43% | - |
| HSV(B) | 148º | 0.24% | 0.49% | - |
| XYZ | 14.81 | 18.2 | 17.2 | - |
| YUV | 114.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 109 | 0.24 | 0 | 0.13 | 0.51 | 148 | 0.14 | 0.43 |
| Hex | 5F | 7D | 6D | 18 | 0 | D | 33 | 94 | E | 2B |
| Octal | 137 | 175 | 155 | 30 | 0 | 15 | 63 | 224 | 16 | 53 |
| Binary | 1011111 | 1111101 | 1101101 | 11000 | 0 | 1101 | 110011 | 10010100 | 1110 | 101011 |
Color Harmonies of #5F7D6D
Complementary color
Monochromatic Colors of #5F7D6D
Black with #5F7D6D
Text Example
Text Example
White with #5F7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7D6D; }
p { color: rgb(95,125,109); }
H1.HeaderClassName
{
color: #5F7D6D;
}
.AnyTagClassName
{
color: #5F7D6D;
}
</style>
background-color css
<style>
a { background-color: #5F7D6D; }
a { background-color: rgb(95,125,109); }
div.DivClassName
{
background-color: #5F7D6D;
}
.BgClassName
{
background-color: #5F7D6D;
}
</style>
border-color css
<style>
span { border-color: #5F7D6D; }
span { border-color: rgb(95,125,109); }
td.TdClassName
{
border-color: #5F7D6D;
}
.TagClassName
{
border-color: #5F7D6D;
}
</style>