Shades of Monsoon #7A6B74
Tints of Monsoon #7A6B74
RGB
CMYK
RGB Variations
Color information
#7A6B74 (or 0x7A6B74) is known color: Monsoon. HEX triplet: 7A, 6B and 74. RGB value is (122,107,116). Sum of RGB (Red+Green+Blue) = 122+107+116=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B74 is #85948B. Grayscale: #707070. Windows color (decimal): -8754316 or 7629690. OLE color: 7629690.
HSL color Cylindrical-coordinate representation of color #7A6B74: hue angle of 324º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A6B74 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 116 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.52 |
| HSL | 324º | 0.07% | 0.45% | - |
| HSV(B) | 324º | 0.12% | 0.48% | - |
| XYZ | 16.44 | 15.91 | 18.73 | - |
| YUV | 112.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 116 | 0 | 0.12 | 0.05 | 0.52 | 324 | 0.07 | 0.45 |
| Hex | 7A | 6B | 74 | 0 | C | 5 | 34 | 144 | 7 | 2D |
| Octal | 172 | 153 | 164 | 0 | 14 | 5 | 64 | 504 | 7 | 55 |
| Binary | 1111010 | 1101011 | 1110100 | 0 | 1100 | 101 | 110100 | 101000100 | 111 | 101101 |
Color Harmonies of #7A6B74
Complementary color
Monochromatic Colors of #7A6B74
Black with #7A6B74
Text Example
Text Example
White with #7A6B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B74; }
p { color: rgb(122,107,116); }
H1.HeaderClassName
{
color: #7A6B74;
}
.AnyTagClassName
{
color: #7A6B74;
}
</style>
background-color css
<style>
a { background-color: #7A6B74; }
a { background-color: rgb(122,107,116); }
div.DivClassName
{
background-color: #7A6B74;
}
.BgClassName
{
background-color: #7A6B74;
}
</style>
border-color css
<style>
span { border-color: #7A6B74; }
span { border-color: rgb(122,107,116); }
td.TdClassName
{
border-color: #7A6B74;
}
.TagClassName
{
border-color: #7A6B74;
}
</style>