Shades of Monsoon #82677B
Tints of Monsoon #82677B
RGB
CMYK
RGB Variations
Color information
#82677B (or 0x82677B) is known color: Monsoon. HEX triplet: 82, 67 and 7B. RGB value is (130,103,123). Sum of RGB (Red+Green+Blue) = 130+103+123=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677B is #7D9884. Grayscale: #717171. Windows color (decimal): -8231045 or 8087426. OLE color: 8087426.
HSL color Cylindrical-coordinate representation of color #82677B: hue angle of 315.56º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82677B is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 103 | 123 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.49 |
| HSL | 315.56º | 0.12% | 0.46% | - |
| HSV(B) | 315.56º | 0.21% | 0.51% | - |
| XYZ | 17.63 | 15.88 | 20.87 | - |
| YUV | 113.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 123 | 0 | 0.21 | 0.05 | 0.49 | 315.56 | 0.12 | 0.46 |
| Hex | 82 | 67 | 7B | 0 | 15 | 5 | 31 | 13C | C | 2E |
| Octal | 202 | 147 | 173 | 0 | 25 | 5 | 61 | 474 | 14 | 56 |
| Binary | 10000010 | 1100111 | 1111011 | 0 | 10101 | 101 | 110001 | 100111100 | 1100 | 101110 |
Color Harmonies of #82677B
Complementary color
Monochromatic Colors of #82677B
Black with #82677B
Text Example
Text Example
White with #82677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82677B; }
p { color: rgb(130,103,123); }
H1.HeaderClassName
{
color: #82677B;
}
.AnyTagClassName
{
color: #82677B;
}
</style>
background-color css
<style>
a { background-color: #82677B; }
a { background-color: rgb(130,103,123); }
div.DivClassName
{
background-color: #82677B;
}
.BgClassName
{
background-color: #82677B;
}
</style>
border-color css
<style>
span { border-color: #82677B; }
span { border-color: rgb(130,103,123); }
td.TdClassName
{
border-color: #82677B;
}
.TagClassName
{
border-color: #82677B;
}
</style>