Shades of Monsoon #7E6B76
Tints of Monsoon #7E6B76
RGB
CMYK
RGB Variations
Color information
#7E6B76 (or 0x7E6B76) is known color: Monsoon. HEX triplet: 7E, 6B and 76. RGB value is (126,107,118). Sum of RGB (Red+Green+Blue) = 126+107+118=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B76 is #819489. Grayscale: #717171. Windows color (decimal): -8492170 or 7760766. OLE color: 7760766.
HSL color Cylindrical-coordinate representation of color #7E6B76: hue angle of 325.26º 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 #7E6B76 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 107 | 118 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.51 |
| HSL | 325.26º | 0.08% | 0.46% | - |
| HSV(B) | 325.26º | 0.15% | 0.49% | - |
| XYZ | 17.13 | 16.26 | 19.37 | - |
| YUV | 113.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 118 | 0 | 0.15 | 0.06 | 0.51 | 325.26 | 0.08 | 0.46 |
| Hex | 7E | 6B | 76 | 0 | F | 6 | 33 | 145 | 8 | 2E |
| Octal | 176 | 153 | 166 | 0 | 17 | 6 | 63 | 505 | 10 | 56 |
| Binary | 1111110 | 1101011 | 1110110 | 0 | 1111 | 110 | 110011 | 101000101 | 1000 | 101110 |
Color Harmonies of #7E6B76
Complementary color
Monochromatic Colors of #7E6B76
Black with #7E6B76
Text Example
Text Example
White with #7E6B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6B76; }
p { color: rgb(126,107,118); }
H1.HeaderClassName
{
color: #7E6B76;
}
.AnyTagClassName
{
color: #7E6B76;
}
</style>
background-color css
<style>
a { background-color: #7E6B76; }
a { background-color: rgb(126,107,118); }
div.DivClassName
{
background-color: #7E6B76;
}
.BgClassName
{
background-color: #7E6B76;
}
</style>
border-color css
<style>
span { border-color: #7E6B76; }
span { border-color: rgb(126,107,118); }
td.TdClassName
{
border-color: #7E6B76;
}
.TagClassName
{
border-color: #7E6B76;
}
</style>