Shades of Monsoon #7E727A
Tints of Monsoon #7E727A
RGB
CMYK
RGB Variations
Color information
#7E727A (or 0x7E727A) is known color: Monsoon. HEX triplet: 7E, 72 and 7A. RGB value is (126,114,122). Sum of RGB (Red+Green+Blue) = 126+114+122=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 126 - color contains mainly: red. Hex color #7E727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E727A is #818D85. Grayscale: #767676. Windows color (decimal): -8490374 or 8024702. OLE color: 8024702.
HSL color Cylindrical-coordinate representation of color #7E727A: hue angle of 320º 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 #7E727A is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 122 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.51 |
| HSL | 320º | 0.05% | 0.47% | - |
| HSV(B) | 320º | 0.1% | 0.49% | - |
| XYZ | 18.13 | 17.88 | 20.91 | - |
| YUV | 118.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 122 | 0 | 0.10 | 0.03 | 0.51 | 320 | 0.05 | 0.47 |
| Hex | 7E | 72 | 7A | 0 | A | 3 | 33 | 140 | 5 | 2F |
| Octal | 176 | 162 | 172 | 0 | 12 | 3 | 63 | 500 | 5 | 57 |
| Binary | 1111110 | 1110010 | 1111010 | 0 | 1010 | 11 | 110011 | 101000000 | 101 | 101111 |
Color Harmonies of #7E727A
Complementary color
Monochromatic Colors of #7E727A
Black with #7E727A
Text Example
Text Example
White with #7E727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E727A; }
p { color: rgb(126,114,122); }
H1.HeaderClassName
{
color: #7E727A;
}
.AnyTagClassName
{
color: #7E727A;
}
</style>
background-color css
<style>
a { background-color: #7E727A; }
a { background-color: rgb(126,114,122); }
div.DivClassName
{
background-color: #7E727A;
}
.BgClassName
{
background-color: #7E727A;
}
</style>
border-color css
<style>
span { border-color: #7E727A; }
span { border-color: rgb(126,114,122); }
td.TdClassName
{
border-color: #7E727A;
}
.TagClassName
{
border-color: #7E727A;
}
</style>