Shades of Monsoon #7B6874
Tints of Monsoon #7B6874
RGB
CMYK
RGB Variations
Color information
#7B6874 (or 0x7B6874) is known color: Monsoon. HEX triplet: 7B, 68 and 74. RGB value is (123,104,116). Sum of RGB (Red+Green+Blue) = 123+104+116=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6874 is #84978B. Grayscale: #6F6F6F. Windows color (decimal): -8689548 or 7628923. OLE color: 7628923.
HSL color Cylindrical-coordinate representation of color #7B6874: hue angle of 322.11º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B6874 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 104 | 116 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.52 |
| HSL | 322.11º | 0.08% | 0.45% | - |
| HSV(B) | 322.11º | 0.15% | 0.48% | - |
| XYZ | 16.27 | 15.37 | 18.63 | - |
| YUV | 111.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 116 | 0 | 0.15 | 0.06 | 0.52 | 322.11 | 0.08 | 0.45 |
| Hex | 7B | 68 | 74 | 0 | F | 6 | 34 | 142 | 8 | 2D |
| Octal | 173 | 150 | 164 | 0 | 17 | 6 | 64 | 502 | 10 | 55 |
| Binary | 1111011 | 1101000 | 1110100 | 0 | 1111 | 110 | 110100 | 101000010 | 1000 | 101101 |
Color Harmonies of #7B6874
Complementary color
Monochromatic Colors of #7B6874
Black with #7B6874
Text Example
Text Example
White with #7B6874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6874; }
p { color: rgb(123,104,116); }
H1.HeaderClassName
{
color: #7B6874;
}
.AnyTagClassName
{
color: #7B6874;
}
</style>
background-color css
<style>
a { background-color: #7B6874; }
a { background-color: rgb(123,104,116); }
div.DivClassName
{
background-color: #7B6874;
}
.BgClassName
{
background-color: #7B6874;
}
</style>
border-color css
<style>
span { border-color: #7B6874; }
span { border-color: rgb(123,104,116); }
td.TdClassName
{
border-color: #7B6874;
}
.TagClassName
{
border-color: #7B6874;
}
</style>