Shades of Monsoon #7E6B7A
Tints of Monsoon #7E6B7A
RGB
CMYK
RGB Variations
Color information
#7E6B7A (or 0x7E6B7A) is known color: Monsoon. HEX triplet: 7E, 6B and 7A. RGB value is (126,107,122). Sum of RGB (Red+Green+Blue) = 126+107+122=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B7A is #819485. Grayscale: #727272. Windows color (decimal): -8492166 or 8022910. OLE color: 8022910.
HSL color Cylindrical-coordinate representation of color #7E6B7A: hue angle of 312.63º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E6B7A is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 107 | 122 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.51 |
| HSL | 312.63º | 0.08% | 0.46% | - |
| HSV(B) | 312.63º | 0.15% | 0.49% | - |
| XYZ | 17.37 | 16.36 | 20.65 | - |
| YUV | 114.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 122 | 0 | 0.15 | 0.03 | 0.51 | 312.63 | 0.08 | 0.46 |
| Hex | 7E | 6B | 7A | 0 | F | 3 | 33 | 139 | 8 | 2E |
| Octal | 176 | 153 | 172 | 0 | 17 | 3 | 63 | 471 | 10 | 56 |
| Binary | 1111110 | 1101011 | 1111010 | 0 | 1111 | 11 | 110011 | 100111001 | 1000 | 101110 |
Color Harmonies of #7E6B7A
Complementary color
Monochromatic Colors of #7E6B7A
Black with #7E6B7A
Text Example
Text Example
White with #7E6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6B7A; }
p { color: rgb(126,107,122); }
H1.HeaderClassName
{
color: #7E6B7A;
}
.AnyTagClassName
{
color: #7E6B7A;
}
</style>
background-color css
<style>
a { background-color: #7E6B7A; }
a { background-color: rgb(126,107,122); }
div.DivClassName
{
background-color: #7E6B7A;
}
.BgClassName
{
background-color: #7E6B7A;
}
</style>
border-color css
<style>
span { border-color: #7E6B7A; }
span { border-color: rgb(126,107,122); }
td.TdClassName
{
border-color: #7E6B7A;
}
.TagClassName
{
border-color: #7E6B7A;
}
</style>