Shades of Sirocco #71837B
Tints of Sirocco #71837B
RGB
CMYK
RGB Variations
Color information
#71837B (or 0x71837B) is known color: Sirocco. HEX triplet: 71, 83 and 7B. RGB value is (113,131,123). Sum of RGB (Red+Green+Blue) = 113+131+123=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #71837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71837B is #8E7C84. Grayscale: #7C7C7C. Windows color (decimal): -9337989 or 8094577. OLE color: 8094577.
HSL color Cylindrical-coordinate representation of color #71837B: hue angle of 153.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #71837B is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 123 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.49 |
| HSL | 153.33º | 0.07% | 0.48% | - |
| HSV(B) | 153.33º | 0.14% | 0.51% | - |
| XYZ | 18.5 | 21.17 | 21.85 | - |
| YUV | 124.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 123 | 0.14 | 0 | 0.06 | 0.49 | 153.33 | 0.07 | 0.48 |
| Hex | 71 | 83 | 7B | E | 0 | 6 | 31 | 99 | 7 | 30 |
| Octal | 161 | 203 | 173 | 16 | 0 | 6 | 61 | 231 | 7 | 60 |
| Binary | 1110001 | 10000011 | 1111011 | 1110 | 0 | 110 | 110001 | 10011001 | 111 | 110000 |
Color Harmonies of #71837B
Complementary color
Monochromatic Colors of #71837B
Black with #71837B
Text Example
Text Example
White with #71837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71837B; }
p { color: rgb(113,131,123); }
H1.HeaderClassName
{
color: #71837B;
}
.AnyTagClassName
{
color: #71837B;
}
</style>
background-color css
<style>
a { background-color: #71837B; }
a { background-color: rgb(113,131,123); }
div.DivClassName
{
background-color: #71837B;
}
.BgClassName
{
background-color: #71837B;
}
</style>
border-color css
<style>
span { border-color: #71837B; }
span { border-color: rgb(113,131,123); }
td.TdClassName
{
border-color: #71837B;
}
.TagClassName
{
border-color: #71837B;
}
</style>