Shades of Monsoon #73666E
Tints of Monsoon #73666E
RGB
CMYK
RGB Variations
Color information
#73666E (or 0x73666E) is known color: Monsoon. HEX triplet: 73, 66 and 6E. RGB value is (115,102,110). Sum of RGB (Red+Green+Blue) = 115+102+110=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 115 - color contains mainly: red. Hex color #73666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73666E is #8C9991. Grayscale: #6A6A6A. Windows color (decimal): -9214354 or 7235187. OLE color: 7235187.
HSL color Cylindrical-coordinate representation of color #73666E: hue angle of 323.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #73666E is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 110 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.55 |
| HSL | 323.08º | 0.06% | 0.43% | - |
| HSV(B) | 323.08º | 0.11% | 0.45% | - |
| XYZ | 14.64 | 14.27 | 16.74 | - |
| YUV | 106.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 110 | 0 | 0.11 | 0.04 | 0.55 | 323.08 | 0.06 | 0.43 |
| Hex | 73 | 66 | 6E | 0 | B | 4 | 37 | 143 | 6 | 2B |
| Octal | 163 | 146 | 156 | 0 | 13 | 4 | 67 | 503 | 6 | 53 |
| Binary | 1110011 | 1100110 | 1101110 | 0 | 1011 | 100 | 110111 | 101000011 | 110 | 101011 |
Color Harmonies of #73666E
Complementary color
Monochromatic Colors of #73666E
Black with #73666E
Text Example
Text Example
White with #73666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73666E; }
p { color: rgb(115,102,110); }
H1.HeaderClassName
{
color: #73666E;
}
.AnyTagClassName
{
color: #73666E;
}
</style>
background-color css
<style>
a { background-color: #73666E; }
a { background-color: rgb(115,102,110); }
div.DivClassName
{
background-color: #73666E;
}
.BgClassName
{
background-color: #73666E;
}
</style>
border-color css
<style>
span { border-color: #73666E; }
span { border-color: rgb(115,102,110); }
td.TdClassName
{
border-color: #73666E;
}
.TagClassName
{
border-color: #73666E;
}
</style>