Shades of Sirocco #71827A
Tints of Sirocco #71827A
RGB
CMYK
RGB Variations
Color information
#71827A (or 0x71827A) is known color: Sirocco. HEX triplet: 71, 82 and 7A. RGB value is (113,130,122). Sum of RGB (Red+Green+Blue) = 113+130+122=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #71827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71827A is #8E7D85. Grayscale: #7C7C7C. Windows color (decimal): -9338246 or 8028785. OLE color: 8028785.
HSL color Cylindrical-coordinate representation of color #71827A: hue angle of 151.76º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #71827A is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 122 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.49 |
| HSL | 151.76º | 0.07% | 0.48% | - |
| HSV(B) | 151.76º | 0.13% | 0.51% | - |
| XYZ | 18.31 | 20.88 | 21.48 | - |
| YUV | 124.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 122 | 0.13 | 0 | 0.06 | 0.49 | 151.76 | 0.07 | 0.48 |
| Hex | 71 | 82 | 7A | D | 0 | 6 | 31 | 98 | 7 | 30 |
| Octal | 161 | 202 | 172 | 15 | 0 | 6 | 61 | 230 | 7 | 60 |
| Binary | 1110001 | 10000010 | 1111010 | 1101 | 0 | 110 | 110001 | 10011000 | 111 | 110000 |
Color Harmonies of #71827A
Complementary color
Monochromatic Colors of #71827A
Black with #71827A
Text Example
Text Example
White with #71827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71827A; }
p { color: rgb(113,130,122); }
H1.HeaderClassName
{
color: #71827A;
}
.AnyTagClassName
{
color: #71827A;
}
</style>
background-color css
<style>
a { background-color: #71827A; }
a { background-color: rgb(113,130,122); }
div.DivClassName
{
background-color: #71827A;
}
.BgClassName
{
background-color: #71827A;
}
</style>
border-color css
<style>
span { border-color: #71827A; }
span { border-color: rgb(113,130,122); }
td.TdClassName
{
border-color: #71827A;
}
.TagClassName
{
border-color: #71827A;
}
</style>