Shades of Sirocco #717E77
Tints of Sirocco #717E77
RGB
CMYK
RGB Variations
Color information
#717E77 (or 0x717E77) is known color: Sirocco. HEX triplet: 71, 7E and 77. RGB value is (113,126,119). Sum of RGB (Red+Green+Blue) = 113+126+119=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 126 - color contains mainly: green. Hex color #717E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E77 is #8E8188. Grayscale: #797979. Windows color (decimal): -9339273 or 7831153. OLE color: 7831153.
HSL color Cylindrical-coordinate representation of color #717E77: hue angle of 147.69º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #717E77 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 126 | 119 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.51 |
| HSL | 147.69º | 0.05% | 0.47% | - |
| HSV(B) | 147.69º | 0.1% | 0.49% | - |
| XYZ | 17.6 | 19.76 | 20.34 | - |
| YUV | 121.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 119 | 0.10 | 0 | 0.06 | 0.51 | 147.69 | 0.05 | 0.47 |
| Hex | 71 | 7E | 77 | A | 0 | 6 | 33 | 94 | 5 | 2F |
| Octal | 161 | 176 | 167 | 12 | 0 | 6 | 63 | 224 | 5 | 57 |
| Binary | 1110001 | 1111110 | 1110111 | 1010 | 0 | 110 | 110011 | 10010100 | 101 | 101111 |
Color Harmonies of #717E77
Complementary color
Monochromatic Colors of #717E77
Black with #717E77
Text Example
Text Example
White with #717E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E77; }
p { color: rgb(113,126,119); }
H1.HeaderClassName
{
color: #717E77;
}
.AnyTagClassName
{
color: #717E77;
}
</style>
background-color css
<style>
a { background-color: #717E77; }
a { background-color: rgb(113,126,119); }
div.DivClassName
{
background-color: #717E77;
}
.BgClassName
{
background-color: #717E77;
}
</style>
border-color css
<style>
span { border-color: #717E77; }
span { border-color: rgb(113,126,119); }
td.TdClassName
{
border-color: #717E77;
}
.TagClassName
{
border-color: #717E77;
}
</style>