Shades of Sirocco #73807A
Tints of Sirocco #73807A
RGB
CMYK
RGB Variations
Color information
#73807A (or 0x73807A) is known color: Sirocco. HEX triplet: 73, 80 and 7A. RGB value is (115,128,122). Sum of RGB (Red+Green+Blue) = 115+128+122=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 128 - color contains mainly: green. Hex color #73807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73807A is #8C7F85. Grayscale: #7B7B7B. Windows color (decimal): -9207686 or 8028275. OLE color: 8028275.
HSL color Cylindrical-coordinate representation of color #73807A: hue angle of 152.31º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73807A is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 122 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.50 |
| HSL | 152.31º | 0.05% | 0.48% | - |
| HSV(B) | 152.31º | 0.1% | 0.5% | - |
| XYZ | 18.3 | 20.49 | 21.4 | - |
| YUV | 123.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 122 | 0.10 | 0 | 0.05 | 0.50 | 152.31 | 0.05 | 0.48 |
| Hex | 73 | 80 | 7A | A | 0 | 5 | 32 | 98 | 5 | 30 |
| Octal | 163 | 200 | 172 | 12 | 0 | 5 | 62 | 230 | 5 | 60 |
| Binary | 1110011 | 10000000 | 1111010 | 1010 | 0 | 101 | 110010 | 10011000 | 101 | 110000 |
Color Harmonies of #73807A
Complementary color
Monochromatic Colors of #73807A
Black with #73807A
Text Example
Text Example
White with #73807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73807A; }
p { color: rgb(115,128,122); }
H1.HeaderClassName
{
color: #73807A;
}
.AnyTagClassName
{
color: #73807A;
}
</style>
background-color css
<style>
a { background-color: #73807A; }
a { background-color: rgb(115,128,122); }
div.DivClassName
{
background-color: #73807A;
}
.BgClassName
{
background-color: #73807A;
}
</style>
border-color css
<style>
span { border-color: #73807A; }
span { border-color: rgb(115,128,122); }
td.TdClassName
{
border-color: #73807A;
}
.TagClassName
{
border-color: #73807A;
}
</style>