Shades of Sirocco #73847B
Tints of Sirocco #73847B
RGB
CMYK
RGB Variations
Color information
#73847B (or 0x73847B) is known color: Sirocco. HEX triplet: 73, 84 and 7B. RGB value is (115,132,123). Sum of RGB (Red+Green+Blue) = 115+132+123=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #73847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73847B is #8C7B84. Grayscale: #7D7D7D. Windows color (decimal): -9206661 or 8094835. OLE color: 8094835.
HSL color Cylindrical-coordinate representation of color #73847B: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #73847B is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 123 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.48 |
| HSL | 148.24º | 0.07% | 0.48% | - |
| HSV(B) | 148.24º | 0.13% | 0.52% | - |
| XYZ | 18.9 | 21.58 | 21.91 | - |
| YUV | 125.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 123 | 0.13 | 0 | 0.07 | 0.48 | 148.24 | 0.07 | 0.48 |
| Hex | 73 | 84 | 7B | D | 0 | 7 | 30 | 94 | 7 | 30 |
| Octal | 163 | 204 | 173 | 15 | 0 | 7 | 60 | 224 | 7 | 60 |
| Binary | 1110011 | 10000100 | 1111011 | 1101 | 0 | 111 | 110000 | 10010100 | 111 | 110000 |
Color Harmonies of #73847B
Complementary color
Monochromatic Colors of #73847B
Black with #73847B
Text Example
Text Example
White with #73847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73847B; }
p { color: rgb(115,132,123); }
H1.HeaderClassName
{
color: #73847B;
}
.AnyTagClassName
{
color: #73847B;
}
</style>
background-color css
<style>
a { background-color: #73847B; }
a { background-color: rgb(115,132,123); }
div.DivClassName
{
background-color: #73847B;
}
.BgClassName
{
background-color: #73847B;
}
</style>
border-color css
<style>
span { border-color: #73847B; }
span { border-color: rgb(115,132,123); }
td.TdClassName
{
border-color: #73847B;
}
.TagClassName
{
border-color: #73847B;
}
</style>