Shades of Monsoon #7E6474
Tints of Monsoon #7E6474
RGB
CMYK
RGB Variations
Color information
#7E6474 (or 0x7E6474) is known color: Monsoon. HEX triplet: 7E, 64 and 74. RGB value is (126,100,116). Sum of RGB (Red+Green+Blue) = 126+100+116=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6474 is #819B8B. Grayscale: #6D6D6D. Windows color (decimal): -8493964 or 7627902. OLE color: 7627902.
HSL color Cylindrical-coordinate representation of color #7E6474: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6474 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 116 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.51 |
| HSL | 323.08º | 0.12% | 0.44% | - |
| HSV(B) | 323.08º | 0.21% | 0.49% | - |
| XYZ | 16.31 | 14.81 | 18.52 | - |
| YUV | 109.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 116 | 0 | 0.21 | 0.08 | 0.51 | 323.08 | 0.12 | 0.44 |
| Hex | 7E | 64 | 74 | 0 | 15 | 8 | 33 | 143 | C | 2C |
| Octal | 176 | 144 | 164 | 0 | 25 | 10 | 63 | 503 | 14 | 54 |
| Binary | 1111110 | 1100100 | 1110100 | 0 | 10101 | 1000 | 110011 | 101000011 | 1100 | 101100 |
Color Harmonies of #7E6474
Complementary color
Monochromatic Colors of #7E6474
Black with #7E6474
Text Example
Text Example
White with #7E6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6474; }
p { color: rgb(126,100,116); }
H1.HeaderClassName
{
color: #7E6474;
}
.AnyTagClassName
{
color: #7E6474;
}
</style>
background-color css
<style>
a { background-color: #7E6474; }
a { background-color: rgb(126,100,116); }
div.DivClassName
{
background-color: #7E6474;
}
.BgClassName
{
background-color: #7E6474;
}
</style>
border-color css
<style>
span { border-color: #7E6474; }
span { border-color: rgb(126,100,116); }
td.TdClassName
{
border-color: #7E6474;
}
.TagClassName
{
border-color: #7E6474;
}
</style>