Shades of Venus #82767B
Tints of Venus #82767B
RGB
CMYK
RGB Variations
Color information
#82767B (or 0x82767B) is known color: Venus. HEX triplet: 82, 76 and 7B. RGB value is (130,118,123). Sum of RGB (Red+Green+Blue) = 130+118+123=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #82767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82767B is #7D8984. Grayscale: #7A7A7A. Windows color (decimal): -8227205 or 8091266. OLE color: 8091266.
HSL color Cylindrical-coordinate representation of color #82767B: hue angle of 335º 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 #82767B is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 123 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.49 |
| HSL | 335º | 0.05% | 0.49% | - |
| HSV(B) | 335º | 0.09% | 0.51% | - |
| XYZ | 19.26 | 19.13 | 21.42 | - |
| YUV | 122.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 123 | 0 | 0.09 | 0.05 | 0.49 | 335 | 0.05 | 0.49 |
| Hex | 82 | 76 | 7B | 0 | 9 | 5 | 31 | 14F | 5 | 31 |
| Octal | 202 | 166 | 173 | 0 | 11 | 5 | 61 | 517 | 5 | 61 |
| Binary | 10000010 | 1110110 | 1111011 | 0 | 1001 | 101 | 110001 | 101001111 | 101 | 110001 |
Color Harmonies of #82767B
Complementary color
Monochromatic Colors of #82767B
Black with #82767B
Text Example
Text Example
White with #82767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82767B; }
p { color: rgb(130,118,123); }
H1.HeaderClassName
{
color: #82767B;
}
.AnyTagClassName
{
color: #82767B;
}
</style>
background-color css
<style>
a { background-color: #82767B; }
a { background-color: rgb(130,118,123); }
div.DivClassName
{
background-color: #82767B;
}
.BgClassName
{
background-color: #82767B;
}
</style>
border-color css
<style>
span { border-color: #82767B; }
span { border-color: rgb(130,118,123); }
td.TdClassName
{
border-color: #82767B;
}
.TagClassName
{
border-color: #82767B;
}
</style>