Shades of Monsoon #7F707B
Tints of Monsoon #7F707B
RGB
CMYK
RGB Variations
Color information
#7F707B (or 0x7F707B) is known color: Monsoon. HEX triplet: 7F, 70 and 7B. RGB value is (127,112,123). Sum of RGB (Red+Green+Blue) = 127+112+123=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 127 - color contains mainly: red. Hex color #7F707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F707B is #808F84. Grayscale: #757575. Windows color (decimal): -8425349 or 8089727. OLE color: 8089727.
HSL color Cylindrical-coordinate representation of color #7F707B: hue angle of 316º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F707B is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 123 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.50 |
| HSL | 316º | 0.06% | 0.47% | - |
| HSV(B) | 316º | 0.12% | 0.5% | - |
| XYZ | 18.12 | 17.53 | 21.17 | - |
| YUV | 117.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 123 | 0 | 0.12 | 0.03 | 0.50 | 316 | 0.06 | 0.47 |
| Hex | 7F | 70 | 7B | 0 | C | 3 | 32 | 13C | 6 | 2F |
| Octal | 177 | 160 | 173 | 0 | 14 | 3 | 62 | 474 | 6 | 57 |
| Binary | 1111111 | 1110000 | 1111011 | 0 | 1100 | 11 | 110010 | 100111100 | 110 | 101111 |
Color Harmonies of #7F707B
Complementary color
Monochromatic Colors of #7F707B
Black with #7F707B
Text Example
Text Example
White with #7F707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F707B; }
p { color: rgb(127,112,123); }
H1.HeaderClassName
{
color: #7F707B;
}
.AnyTagClassName
{
color: #7F707B;
}
</style>
background-color css
<style>
a { background-color: #7F707B; }
a { background-color: rgb(127,112,123); }
div.DivClassName
{
background-color: #7F707B;
}
.BgClassName
{
background-color: #7F707B;
}
</style>
border-color css
<style>
span { border-color: #7F707B; }
span { border-color: rgb(127,112,123); }
td.TdClassName
{
border-color: #7F707B;
}
.TagClassName
{
border-color: #7F707B;
}
</style>