Shades of Sirocco #717F78
Tints of Sirocco #717F78
RGB
CMYK
RGB Variations
Color information
#717F78 (or 0x717F78) is known color: Sirocco. HEX triplet: 71, 7F and 78. RGB value is (113,127,120). Sum of RGB (Red+Green+Blue) = 113+127+120=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 127 - color contains mainly: green. Hex color #717F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F78 is #8E8087. Grayscale: #7A7A7A. Windows color (decimal): -9339016 or 7896945. OLE color: 7896945.
HSL color Cylindrical-coordinate representation of color #717F78: hue angle of 150º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717F78 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 120 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.50 |
| HSL | 150º | 0.06% | 0.47% | - |
| HSV(B) | 150º | 0.11% | 0.5% | - |
| XYZ | 17.79 | 20.05 | 20.7 | - |
| YUV | 122.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 120 | 0.11 | 0 | 0.06 | 0.50 | 150 | 0.06 | 0.47 |
| Hex | 71 | 7F | 78 | B | 0 | 6 | 32 | 96 | 6 | 2F |
| Octal | 161 | 177 | 170 | 13 | 0 | 6 | 62 | 226 | 6 | 57 |
| Binary | 1110001 | 1111111 | 1111000 | 1011 | 0 | 110 | 110010 | 10010110 | 110 | 101111 |
Color Harmonies of #717F78
Complementary color
Monochromatic Colors of #717F78
Black with #717F78
Text Example
Text Example
White with #717F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F78; }
p { color: rgb(113,127,120); }
H1.HeaderClassName
{
color: #717F78;
}
.AnyTagClassName
{
color: #717F78;
}
</style>
background-color css
<style>
a { background-color: #717F78; }
a { background-color: rgb(113,127,120); }
div.DivClassName
{
background-color: #717F78;
}
.BgClassName
{
background-color: #717F78;
}
</style>
border-color css
<style>
span { border-color: #717F78; }
span { border-color: rgb(113,127,120); }
td.TdClassName
{
border-color: #717F78;
}
.TagClassName
{
border-color: #717F78;
}
</style>