Shades of Monsoon #7F6375
Tints of Monsoon #7F6375
RGB
CMYK
RGB Variations
Color information
#7F6375 (or 0x7F6375) is known color: Monsoon. HEX triplet: 7F, 63 and 75. RGB value is (127,99,117). Sum of RGB (Red+Green+Blue) = 127+99+117=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6375 is #809C8A. Grayscale: #6D6D6D. Windows color (decimal): -8428683 or 7693183. OLE color: 7693183.
HSL color Cylindrical-coordinate representation of color #7F6375: hue angle of 321.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F6375 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 117 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.50 |
| HSL | 321.43º | 0.12% | 0.44% | - |
| HSV(B) | 321.43º | 0.22% | 0.5% | - |
| XYZ | 16.43 | 14.72 | 18.81 | - |
| YUV | 109.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 117 | 0 | 0.22 | 0.08 | 0.50 | 321.43 | 0.12 | 0.44 |
| Hex | 7F | 63 | 75 | 0 | 16 | 8 | 32 | 141 | C | 2C |
| Octal | 177 | 143 | 165 | 0 | 26 | 10 | 62 | 501 | 14 | 54 |
| Binary | 1111111 | 1100011 | 1110101 | 0 | 10110 | 1000 | 110010 | 101000001 | 1100 | 101100 |
Color Harmonies of #7F6375
Complementary color
Monochromatic Colors of #7F6375
Black with #7F6375
Text Example
Text Example
White with #7F6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6375; }
p { color: rgb(127,99,117); }
H1.HeaderClassName
{
color: #7F6375;
}
.AnyTagClassName
{
color: #7F6375;
}
</style>
background-color css
<style>
a { background-color: #7F6375; }
a { background-color: rgb(127,99,117); }
div.DivClassName
{
background-color: #7F6375;
}
.BgClassName
{
background-color: #7F6375;
}
</style>
border-color css
<style>
span { border-color: #7F6375; }
span { border-color: rgb(127,99,117); }
td.TdClassName
{
border-color: #7F6375;
}
.TagClassName
{
border-color: #7F6375;
}
</style>