Shades of Monsoon #82767D
Tints of Monsoon #82767D
RGB
CMYK
RGB Variations
Color information
#82767D (or 0x82767D) is known color: Monsoon. HEX triplet: 82, 76 and 7D. RGB value is (130,118,125). Sum of RGB (Red+Green+Blue) = 130+118+125=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #82767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82767D is #7D8982. Grayscale: #7A7A7A. Windows color (decimal): -8227203 or 8222338. OLE color: 8222338.
HSL color Cylindrical-coordinate representation of color #82767D: hue angle of 325º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #82767D is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 125 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.49 |
| HSL | 325º | 0.05% | 0.49% | - |
| HSV(B) | 325º | 0.09% | 0.51% | - |
| XYZ | 19.39 | 19.18 | 22.08 | - |
| YUV | 122.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 125 | 0 | 0.09 | 0.04 | 0.49 | 325 | 0.05 | 0.49 |
| Hex | 82 | 76 | 7D | 0 | 9 | 4 | 31 | 145 | 5 | 31 |
| Octal | 202 | 166 | 175 | 0 | 11 | 4 | 61 | 505 | 5 | 61 |
| Binary | 10000010 | 1110110 | 1111101 | 0 | 1001 | 100 | 110001 | 101000101 | 101 | 110001 |
Color Harmonies of #82767D
Complementary color
Monochromatic Colors of #82767D
Black with #82767D
Text Example
Text Example
White with #82767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82767D; }
p { color: rgb(130,118,125); }
H1.HeaderClassName
{
color: #82767D;
}
.AnyTagClassName
{
color: #82767D;
}
</style>
background-color css
<style>
a { background-color: #82767D; }
a { background-color: rgb(130,118,125); }
div.DivClassName
{
background-color: #82767D;
}
.BgClassName
{
background-color: #82767D;
}
</style>
border-color css
<style>
span { border-color: #82767D; }
span { border-color: rgb(130,118,125); }
td.TdClassName
{
border-color: #82767D;
}
.TagClassName
{
border-color: #82767D;
}
</style>