Shades of Venus #82727A
Tints of Venus #82727A
RGB
CMYK
RGB Variations
Color information
#82727A (or 0x82727A) is known color: Venus. HEX triplet: 82, 72 and 7A. RGB value is (130,114,122). Sum of RGB (Red+Green+Blue) = 130+114+122=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #82727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82727A is #7D8D85. Grayscale: #777777. Windows color (decimal): -8228230 or 8024706. OLE color: 8024706.
HSL color Cylindrical-coordinate representation of color #82727A: hue angle of 330º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82727A is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 122 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.49 |
| HSL | 330º | 0.07% | 0.48% | - |
| HSV(B) | 330º | 0.12% | 0.51% | - |
| XYZ | 18.74 | 18.19 | 20.94 | - |
| YUV | 119.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 122 | 0 | 0.12 | 0.06 | 0.49 | 330 | 0.07 | 0.48 |
| Hex | 82 | 72 | 7A | 0 | C | 6 | 31 | 14A | 7 | 30 |
| Octal | 202 | 162 | 172 | 0 | 14 | 6 | 61 | 512 | 7 | 60 |
| Binary | 10000010 | 1110010 | 1111010 | 0 | 1100 | 110 | 110001 | 101001010 | 111 | 110000 |
Color Harmonies of #82727A
Complementary color
Monochromatic Colors of #82727A
Black with #82727A
Text Example
Text Example
White with #82727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82727A; }
p { color: rgb(130,114,122); }
H1.HeaderClassName
{
color: #82727A;
}
.AnyTagClassName
{
color: #82727A;
}
</style>
background-color css
<style>
a { background-color: #82727A; }
a { background-color: rgb(130,114,122); }
div.DivClassName
{
background-color: #82727A;
}
.BgClassName
{
background-color: #82727A;
}
</style>
border-color css
<style>
span { border-color: #82727A; }
span { border-color: rgb(130,114,122); }
td.TdClassName
{
border-color: #82727A;
}
.TagClassName
{
border-color: #82727A;
}
</style>