Shades of Sirocco #717773
Tints of Sirocco #717773
RGB
CMYK
RGB Variations
Color information
#717773 (or 0x717773) is known color: Sirocco. HEX triplet: 71, 77 and 73. RGB value is (113,119,115). Sum of RGB (Red+Green+Blue) = 113+119+115=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #717773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717773 is #8E888C. Grayscale: #747474. Windows color (decimal): -9341069 or 7567217. OLE color: 7567217.
HSL color Cylindrical-coordinate representation of color #717773: hue angle of 140º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #717773 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 115 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.53 |
| HSL | 140º | 0.03% | 0.45% | - |
| HSV(B) | 140º | 0.05% | 0.47% | - |
| XYZ | 16.5 | 17.94 | 18.81 | - |
| YUV | 116.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 115 | 0.05 | 0 | 0.03 | 0.53 | 140 | 0.03 | 0.45 |
| Hex | 71 | 77 | 73 | 5 | 0 | 3 | 35 | 8C | 3 | 2D |
| Octal | 161 | 167 | 163 | 5 | 0 | 3 | 65 | 214 | 3 | 55 |
| Binary | 1110001 | 1110111 | 1110011 | 101 | 0 | 11 | 110101 | 10001100 | 11 | 101101 |
Color Harmonies of #717773
Complementary color
Monochromatic Colors of #717773
Black with #717773
Text Example
Text Example
White with #717773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717773; }
p { color: rgb(113,119,115); }
H1.HeaderClassName
{
color: #717773;
}
.AnyTagClassName
{
color: #717773;
}
</style>
background-color css
<style>
a { background-color: #717773; }
a { background-color: rgb(113,119,115); }
div.DivClassName
{
background-color: #717773;
}
.BgClassName
{
background-color: #717773;
}
</style>
border-color css
<style>
span { border-color: #717773; }
span { border-color: rgb(113,119,115); }
td.TdClassName
{
border-color: #717773;
}
.TagClassName
{
border-color: #717773;
}
</style>