Shades of Monsoon #7E717A
Tints of Monsoon #7E717A
RGB
CMYK
RGB Variations
Color information
#7E717A (or 0x7E717A) is known color: Monsoon. HEX triplet: 7E, 71 and 7A. RGB value is (126,113,122). Sum of RGB (Red+Green+Blue) = 126+113+122=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 126 - color contains mainly: red. Hex color #7E717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E717A is #818E85. Grayscale: #757575. Windows color (decimal): -8490630 or 8024446. OLE color: 8024446.
HSL color Cylindrical-coordinate representation of color #7E717A: hue angle of 318.46º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E717A is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 122 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.51 |
| HSL | 318.46º | 0.05% | 0.47% | - |
| HSV(B) | 318.46º | 0.1% | 0.49% | - |
| XYZ | 18.02 | 17.65 | 20.87 | - |
| YUV | 117.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 122 | 0 | 0.10 | 0.03 | 0.51 | 318.46 | 0.05 | 0.47 |
| Hex | 7E | 71 | 7A | 0 | A | 3 | 33 | 13E | 5 | 2F |
| Octal | 176 | 161 | 172 | 0 | 12 | 3 | 63 | 476 | 5 | 57 |
| Binary | 1111110 | 1110001 | 1111010 | 0 | 1010 | 11 | 110011 | 100111110 | 101 | 101111 |
Color Harmonies of #7E717A
Complementary color
Monochromatic Colors of #7E717A
Black with #7E717A
Text Example
Text Example
White with #7E717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E717A; }
p { color: rgb(126,113,122); }
H1.HeaderClassName
{
color: #7E717A;
}
.AnyTagClassName
{
color: #7E717A;
}
</style>
background-color css
<style>
a { background-color: #7E717A; }
a { background-color: rgb(126,113,122); }
div.DivClassName
{
background-color: #7E717A;
}
.BgClassName
{
background-color: #7E717A;
}
</style>
border-color css
<style>
span { border-color: #7E717A; }
span { border-color: rgb(126,113,122); }
td.TdClassName
{
border-color: #7E717A;
}
.TagClassName
{
border-color: #7E717A;
}
</style>