Shades of Sirocco #5F726A
Tints of Sirocco #5F726A
RGB
CMYK
RGB Variations
Color information
#5F726A (or 0x5F726A) is known color: Sirocco. HEX triplet: 5F, 72 and 6A. RGB value is (95,114,106). Sum of RGB (Red+Green+Blue) = 95+114+106=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #5F726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F726A is #A08D95. Grayscale: #6B6B6B. Windows color (decimal): -10522006 or 6976095. OLE color: 6976095.
HSL color Cylindrical-coordinate representation of color #5F726A: hue angle of 154.74º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F726A is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 106 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.55 |
| HSL | 154.74º | 0.09% | 0.41% | - |
| HSV(B) | 154.74º | 0.17% | 0.45% | - |
| XYZ | 13.34 | 15.51 | 15.93 | - |
| YUV | 107.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 106 | 0.17 | 0 | 0.07 | 0.55 | 154.74 | 0.09 | 0.41 |
| Hex | 5F | 72 | 6A | 11 | 0 | 7 | 37 | 9B | 9 | 29 |
| Octal | 137 | 162 | 152 | 21 | 0 | 7 | 67 | 233 | 11 | 51 |
| Binary | 1011111 | 1110010 | 1101010 | 10001 | 0 | 111 | 110111 | 10011011 | 1001 | 101001 |
Color Harmonies of #5F726A
Complementary color
Monochromatic Colors of #5F726A
Black with #5F726A
Text Example
Text Example
White with #5F726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F726A; }
p { color: rgb(95,114,106); }
H1.HeaderClassName
{
color: #5F726A;
}
.AnyTagClassName
{
color: #5F726A;
}
</style>
background-color css
<style>
a { background-color: #5F726A; }
a { background-color: rgb(95,114,106); }
div.DivClassName
{
background-color: #5F726A;
}
.BgClassName
{
background-color: #5F726A;
}
</style>
border-color css
<style>
span { border-color: #5F726A; }
span { border-color: rgb(95,114,106); }
td.TdClassName
{
border-color: #5F726A;
}
.TagClassName
{
border-color: #5F726A;
}
</style>