Shades of Sirocco #71867B
Tints of Sirocco #71867B
RGB
CMYK
RGB Variations
Color information
#71867B (or 0x71867B) is known color: Sirocco. HEX triplet: 71, 86 and 7B. RGB value is (113,134,123). Sum of RGB (Red+Green+Blue) = 113+134+123=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #71867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71867B is #8E7984. Grayscale: #7E7E7E. Windows color (decimal): -9337221 or 8095345. OLE color: 8095345.
HSL color Cylindrical-coordinate representation of color #71867B: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71867B is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 134 | 123 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.47 |
| HSL | 148.57º | 0.09% | 0.48% | - |
| HSV(B) | 148.57º | 0.16% | 0.53% | - |
| XYZ | 18.91 | 21.99 | 21.99 | - |
| YUV | 126.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 123 | 0.16 | 0 | 0.08 | 0.47 | 148.57 | 0.09 | 0.48 |
| Hex | 71 | 86 | 7B | 10 | 0 | 8 | 2F | 95 | 9 | 30 |
| Octal | 161 | 206 | 173 | 20 | 0 | 10 | 57 | 225 | 11 | 60 |
| Binary | 1110001 | 10000110 | 1111011 | 10000 | 0 | 1000 | 101111 | 10010101 | 1001 | 110000 |
Color Harmonies of #71867B
Complementary color
Monochromatic Colors of #71867B
Black with #71867B
Text Example
Text Example
White with #71867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71867B; }
p { color: rgb(113,134,123); }
H1.HeaderClassName
{
color: #71867B;
}
.AnyTagClassName
{
color: #71867B;
}
</style>
background-color css
<style>
a { background-color: #71867B; }
a { background-color: rgb(113,134,123); }
div.DivClassName
{
background-color: #71867B;
}
.BgClassName
{
background-color: #71867B;
}
</style>
border-color css
<style>
span { border-color: #71867B; }
span { border-color: rgb(113,134,123); }
td.TdClassName
{
border-color: #71867B;
}
.TagClassName
{
border-color: #71867B;
}
</style>