Shades of Monsoon #7C7277
Tints of Monsoon #7C7277
RGB
CMYK
RGB Variations
Color information
#7C7277 (or 0x7C7277) is known color: Monsoon. HEX triplet: 7C, 72 and 77. RGB value is (124,114,119). Sum of RGB (Red+Green+Blue) = 124+114+119=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7277 is #838D88. Grayscale: #757575. Windows color (decimal): -8621449 or 7828092. OLE color: 7828092.
HSL color Cylindrical-coordinate representation of color #7C7277: hue angle of 330º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C7277 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 119 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.51 |
| HSL | 330º | 0.04% | 0.47% | - |
| HSV(B) | 330º | 0.08% | 0.49% | - |
| XYZ | 17.66 | 17.65 | 19.93 | - |
| YUV | 117.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 119 | 0 | 0.08 | 0.04 | 0.51 | 330 | 0.04 | 0.47 |
| Hex | 7C | 72 | 77 | 0 | 8 | 4 | 33 | 14A | 4 | 2F |
| Octal | 174 | 162 | 167 | 0 | 10 | 4 | 63 | 512 | 4 | 57 |
| Binary | 1111100 | 1110010 | 1110111 | 0 | 1000 | 100 | 110011 | 101001010 | 100 | 101111 |
Color Harmonies of #7C7277
Complementary color
Monochromatic Colors of #7C7277
Black with #7C7277
Text Example
Text Example
White with #7C7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7277; }
p { color: rgb(124,114,119); }
H1.HeaderClassName
{
color: #7C7277;
}
.AnyTagClassName
{
color: #7C7277;
}
</style>
background-color css
<style>
a { background-color: #7C7277; }
a { background-color: rgb(124,114,119); }
div.DivClassName
{
background-color: #7C7277;
}
.BgClassName
{
background-color: #7C7277;
}
</style>
border-color css
<style>
span { border-color: #7C7277; }
span { border-color: rgb(124,114,119); }
td.TdClassName
{
border-color: #7C7277;
}
.TagClassName
{
border-color: #7C7277;
}
</style>