Shades of Monsoon #7F7178
Tints of Monsoon #7F7178
RGB
CMYK
RGB Variations
Color information
#7F7178 (or 0x7F7178) is known color: Monsoon. HEX triplet: 7F, 71 and 78. RGB value is (127,113,120). Sum of RGB (Red+Green+Blue) = 127+113+120=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7178 is #808E87. Grayscale: #757575. Windows color (decimal): -8425096 or 7893375. OLE color: 7893375.
HSL color Cylindrical-coordinate representation of color #7F7178: hue angle of 330º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7178 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 120 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.50 |
| HSL | 330º | 0.06% | 0.47% | - |
| HSV(B) | 330º | 0.11% | 0.5% | - |
| XYZ | 18.05 | 17.68 | 20.23 | - |
| YUV | 117.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 120 | 0 | 0.11 | 0.06 | 0.50 | 330 | 0.06 | 0.47 |
| Hex | 7F | 71 | 78 | 0 | B | 6 | 32 | 14A | 6 | 2F |
| Octal | 177 | 161 | 170 | 0 | 13 | 6 | 62 | 512 | 6 | 57 |
| Binary | 1111111 | 1110001 | 1111000 | 0 | 1011 | 110 | 110010 | 101001010 | 110 | 101111 |
Color Harmonies of #7F7178
Complementary color
Monochromatic Colors of #7F7178
Black with #7F7178
Text Example
Text Example
White with #7F7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7178; }
p { color: rgb(127,113,120); }
H1.HeaderClassName
{
color: #7F7178;
}
.AnyTagClassName
{
color: #7F7178;
}
</style>
background-color css
<style>
a { background-color: #7F7178; }
a { background-color: rgb(127,113,120); }
div.DivClassName
{
background-color: #7F7178;
}
.BgClassName
{
background-color: #7F7178;
}
</style>
border-color css
<style>
span { border-color: #7F7178; }
span { border-color: rgb(127,113,120); }
td.TdClassName
{
border-color: #7F7178;
}
.TagClassName
{
border-color: #7F7178;
}
</style>