Shades of Sirocco #5F7F6E
Tints of Sirocco #5F7F6E
RGB
CMYK
RGB Variations
Color information
#5F7F6E (or 0x5F7F6E) is known color: Sirocco. HEX triplet: 5F, 7F and 6E. RGB value is (95,127,110). Sum of RGB (Red+Green+Blue) = 95+127+110=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F6E is #A08091. Grayscale: #737373. Windows color (decimal): -10518674 or 7241567. OLE color: 7241567.
HSL color Cylindrical-coordinate representation of color #5F7F6E: hue angle of 148.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7F6E is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 127 | 110 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.50 |
| HSL | 148.13º | 0.14% | 0.44% | - |
| HSV(B) | 148.13º | 0.25% | 0.5% | - |
| XYZ | 15.12 | 18.74 | 17.57 | - |
| YUV | 115.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 110 | 0.25 | 0 | 0.13 | 0.50 | 148.13 | 0.14 | 0.44 |
| Hex | 5F | 7F | 6E | 19 | 0 | D | 32 | 94 | E | 2C |
| Octal | 137 | 177 | 156 | 31 | 0 | 15 | 62 | 224 | 16 | 54 |
| Binary | 1011111 | 1111111 | 1101110 | 11001 | 0 | 1101 | 110010 | 10010100 | 1110 | 101100 |
Color Harmonies of #5F7F6E
Complementary color
Monochromatic Colors of #5F7F6E
Black with #5F7F6E
Text Example
Text Example
White with #5F7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F6E; }
p { color: rgb(95,127,110); }
H1.HeaderClassName
{
color: #5F7F6E;
}
.AnyTagClassName
{
color: #5F7F6E;
}
</style>
background-color css
<style>
a { background-color: #5F7F6E; }
a { background-color: rgb(95,127,110); }
div.DivClassName
{
background-color: #5F7F6E;
}
.BgClassName
{
background-color: #5F7F6E;
}
</style>
border-color css
<style>
span { border-color: #5F7F6E; }
span { border-color: rgb(95,127,110); }
td.TdClassName
{
border-color: #5F7F6E;
}
.TagClassName
{
border-color: #5F7F6E;
}
</style>