Shades of Monsoon #767174
Tints of Monsoon #767174
RGB
CMYK
RGB Variations
Color information
#767174 (or 0x767174) is known color: Monsoon. HEX triplet: 76, 71 and 74. RGB value is (118,113,116). Sum of RGB (Red+Green+Blue) = 118+113+116=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 118 - color contains mainly: red. Hex color #767174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767174 is #898E8B. Grayscale: #727272. Windows color (decimal): -9014924 or 7631222. OLE color: 7631222.
HSL color Cylindrical-coordinate representation of color #767174: hue angle of 324º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #767174 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 116 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.54 |
| HSL | 324º | 0.02% | 0.45% | - |
| HSV(B) | 324º | 0.04% | 0.46% | - |
| XYZ | 16.53 | 16.92 | 18.92 | - |
| YUV | 114.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 116 | 0 | 0.04 | 0.02 | 0.54 | 324 | 0.02 | 0.45 |
| Hex | 76 | 71 | 74 | 0 | 4 | 2 | 36 | 144 | 2 | 2D |
| Octal | 166 | 161 | 164 | 0 | 4 | 2 | 66 | 504 | 2 | 55 |
| Binary | 1110110 | 1110001 | 1110100 | 0 | 100 | 10 | 110110 | 101000100 | 10 | 101101 |
Color Harmonies of #767174
Complementary color
Monochromatic Colors of #767174
Black with #767174
Text Example
Text Example
White with #767174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767174; }
p { color: rgb(118,113,116); }
H1.HeaderClassName
{
color: #767174;
}
.AnyTagClassName
{
color: #767174;
}
</style>
background-color css
<style>
a { background-color: #767174; }
a { background-color: rgb(118,113,116); }
div.DivClassName
{
background-color: #767174;
}
.BgClassName
{
background-color: #767174;
}
</style>
border-color css
<style>
span { border-color: #767174; }
span { border-color: rgb(118,113,116); }
td.TdClassName
{
border-color: #767174;
}
.TagClassName
{
border-color: #767174;
}
</style>