Shades of Sirocco #73837B
Tints of Sirocco #73837B
RGB
CMYK
RGB Variations
Color information
#73837B (or 0x73837B) is known color: Sirocco. HEX triplet: 73, 83 and 7B. RGB value is (115,131,123). Sum of RGB (Red+Green+Blue) = 115+131+123=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #73837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73837B is #8C7C84. Grayscale: #7D7D7D. Windows color (decimal): -9206917 or 8094579. OLE color: 8094579.
HSL color Cylindrical-coordinate representation of color #73837B: hue angle of 150º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #73837B is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 131 | 123 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.49 |
| HSL | 150º | 0.07% | 0.48% | - |
| HSV(B) | 150º | 0.12% | 0.51% | - |
| XYZ | 18.76 | 21.31 | 21.86 | - |
| YUV | 125.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 123 | 0.12 | 0 | 0.06 | 0.49 | 150 | 0.07 | 0.48 |
| Hex | 73 | 83 | 7B | C | 0 | 6 | 31 | 96 | 7 | 30 |
| Octal | 163 | 203 | 173 | 14 | 0 | 6 | 61 | 226 | 7 | 60 |
| Binary | 1110011 | 10000011 | 1111011 | 1100 | 0 | 110 | 110001 | 10010110 | 111 | 110000 |
Color Harmonies of #73837B
Complementary color
Monochromatic Colors of #73837B
Black with #73837B
Text Example
Text Example
White with #73837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73837B; }
p { color: rgb(115,131,123); }
H1.HeaderClassName
{
color: #73837B;
}
.AnyTagClassName
{
color: #73837B;
}
</style>
background-color css
<style>
a { background-color: #73837B; }
a { background-color: rgb(115,131,123); }
div.DivClassName
{
background-color: #73837B;
}
.BgClassName
{
background-color: #73837B;
}
</style>
border-color css
<style>
span { border-color: #73837B; }
span { border-color: rgb(115,131,123); }
td.TdClassName
{
border-color: #73837B;
}
.TagClassName
{
border-color: #73837B;
}
</style>