Shades of Monsoon #7C6C75
Tints of Monsoon #7C6C75
RGB
CMYK
RGB Variations
Color information
#7C6C75 (or 0x7C6C75) is known color: Monsoon. HEX triplet: 7C, 6C and 75. RGB value is (124,108,117). Sum of RGB (Red+Green+Blue) = 124+108+117=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C75 is #83938A. Grayscale: #717171. Windows color (decimal): -8622987 or 7695484. OLE color: 7695484.
HSL color Cylindrical-coordinate representation of color #7C6C75: hue angle of 326.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C6C75 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 108 | 117 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.51 |
| HSL | 326.25º | 0.07% | 0.45% | - |
| HSV(B) | 326.25º | 0.13% | 0.49% | - |
| XYZ | 16.89 | 16.29 | 19.08 | - |
| YUV | 113.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 117 | 0 | 0.13 | 0.06 | 0.51 | 326.25 | 0.07 | 0.45 |
| Hex | 7C | 6C | 75 | 0 | D | 6 | 33 | 146 | 7 | 2D |
| Octal | 174 | 154 | 165 | 0 | 15 | 6 | 63 | 506 | 7 | 55 |
| Binary | 1111100 | 1101100 | 1110101 | 0 | 1101 | 110 | 110011 | 101000110 | 111 | 101101 |
Color Harmonies of #7C6C75
Complementary color
Monochromatic Colors of #7C6C75
Black with #7C6C75
Text Example
Text Example
White with #7C6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6C75; }
p { color: rgb(124,108,117); }
H1.HeaderClassName
{
color: #7C6C75;
}
.AnyTagClassName
{
color: #7C6C75;
}
</style>
background-color css
<style>
a { background-color: #7C6C75; }
a { background-color: rgb(124,108,117); }
div.DivClassName
{
background-color: #7C6C75;
}
.BgClassName
{
background-color: #7C6C75;
}
</style>
border-color css
<style>
span { border-color: #7C6C75; }
span { border-color: rgb(124,108,117); }
td.TdClassName
{
border-color: #7C6C75;
}
.TagClassName
{
border-color: #7C6C75;
}
</style>