Shades of Monsoon #7C767B
Tints of Monsoon #7C767B
RGB
CMYK
RGB Variations
Color information
#7C767B (or 0x7C767B) is known color: Monsoon. HEX triplet: 7C, 76 and 7B. RGB value is (124,118,123). Sum of RGB (Red+Green+Blue) = 124+118+123=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 124 - color contains mainly: red. Hex color #7C767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C767B is #838984. Grayscale: #787878. Windows color (decimal): -8620421 or 8091260. OLE color: 8091260.
HSL color Cylindrical-coordinate representation of color #7C767B: hue angle of 310º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7C767B is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 123 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.51 |
| HSL | 310º | 0.02% | 0.47% | - |
| HSV(B) | 310º | 0.05% | 0.49% | - |
| XYZ | 18.37 | 18.67 | 21.37 | - |
| YUV | 120.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 123 | 0 | 0.05 | 0.01 | 0.51 | 310 | 0.02 | 0.47 |
| Hex | 7C | 76 | 7B | 0 | 5 | 1 | 33 | 136 | 2 | 2F |
| Octal | 174 | 166 | 173 | 0 | 5 | 1 | 63 | 466 | 2 | 57 |
| Binary | 1111100 | 1110110 | 1111011 | 0 | 101 | 1 | 110011 | 100110110 | 10 | 101111 |
Color Harmonies of #7C767B
Complementary color
Monochromatic Colors of #7C767B
Black with #7C767B
Text Example
Text Example
White with #7C767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C767B; }
p { color: rgb(124,118,123); }
H1.HeaderClassName
{
color: #7C767B;
}
.AnyTagClassName
{
color: #7C767B;
}
</style>
background-color css
<style>
a { background-color: #7C767B; }
a { background-color: rgb(124,118,123); }
div.DivClassName
{
background-color: #7C767B;
}
.BgClassName
{
background-color: #7C767B;
}
</style>
border-color css
<style>
span { border-color: #7C767B; }
span { border-color: rgb(124,118,123); }
td.TdClassName
{
border-color: #7C767B;
}
.TagClassName
{
border-color: #7C767B;
}
</style>