Shades of Venus #82767C
Tints of Venus #82767C
RGB
CMYK
RGB Variations
Color information
#82767C (or 0x82767C) is known color: Venus. HEX triplet: 82, 76 and 7C. RGB value is (130,118,124). Sum of RGB (Red+Green+Blue) = 130+118+124=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #82767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82767C is #7D8983. Grayscale: #7A7A7A. Windows color (decimal): -8227204 or 8156802. OLE color: 8156802.
HSL color Cylindrical-coordinate representation of color #82767C: hue angle of 330º 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 #82767C is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 124 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.49 |
| HSL | 330º | 0.05% | 0.49% | - |
| HSV(B) | 330º | 0.09% | 0.51% | - |
| XYZ | 19.32 | 19.16 | 21.75 | - |
| YUV | 122.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 124 | 0 | 0.09 | 0.05 | 0.49 | 330 | 0.05 | 0.49 |
| Hex | 82 | 76 | 7C | 0 | 9 | 5 | 31 | 14A | 5 | 31 |
| Octal | 202 | 166 | 174 | 0 | 11 | 5 | 61 | 512 | 5 | 61 |
| Binary | 10000010 | 1110110 | 1111100 | 0 | 1001 | 101 | 110001 | 101001010 | 101 | 110001 |
Color Harmonies of #82767C
Complementary color
Monochromatic Colors of #82767C
Black with #82767C
Text Example
Text Example
White with #82767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82767C; }
p { color: rgb(130,118,124); }
H1.HeaderClassName
{
color: #82767C;
}
.AnyTagClassName
{
color: #82767C;
}
</style>
background-color css
<style>
a { background-color: #82767C; }
a { background-color: rgb(130,118,124); }
div.DivClassName
{
background-color: #82767C;
}
.BgClassName
{
background-color: #82767C;
}
</style>
border-color css
<style>
span { border-color: #82767C; }
span { border-color: rgb(130,118,124); }
td.TdClassName
{
border-color: #82767C;
}
.TagClassName
{
border-color: #82767C;
}
</style>