Shades of Venus #81797D
Tints of Venus #81797D
RGB
CMYK
RGB Variations
Color information
#81797D (or 0x81797D) is known color: Venus. HEX triplet: 81, 79 and 7D. RGB value is (129,121,125). Sum of RGB (Red+Green+Blue) = 129+121+125=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 129 - color contains mainly: red. Hex color #81797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81797D is #7E8682. Grayscale: #7B7B7B. Windows color (decimal): -8291971 or 8223105. OLE color: 8223105.
HSL color Cylindrical-coordinate representation of color #81797D: hue angle of 330º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #81797D is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 125 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.49 |
| HSL | 330º | 0.03% | 0.49% | - |
| HSV(B) | 330º | 0.06% | 0.51% | - |
| XYZ | 19.59 | 19.82 | 22.2 | - |
| YUV | 123.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 125 | 0 | 0.06 | 0.03 | 0.49 | 330 | 0.03 | 0.49 |
| Hex | 81 | 79 | 7D | 0 | 6 | 3 | 31 | 14A | 3 | 31 |
| Octal | 201 | 171 | 175 | 0 | 6 | 3 | 61 | 512 | 3 | 61 |
| Binary | 10000001 | 1111001 | 1111101 | 0 | 110 | 11 | 110001 | 101001010 | 11 | 110001 |
Color Harmonies of #81797D
Complementary color
Monochromatic Colors of #81797D
Black with #81797D
Text Example
Text Example
White with #81797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81797D; }
p { color: rgb(129,121,125); }
H1.HeaderClassName
{
color: #81797D;
}
.AnyTagClassName
{
color: #81797D;
}
</style>
background-color css
<style>
a { background-color: #81797D; }
a { background-color: rgb(129,121,125); }
div.DivClassName
{
background-color: #81797D;
}
.BgClassName
{
background-color: #81797D;
}
</style>
border-color css
<style>
span { border-color: #81797D; }
span { border-color: rgb(129,121,125); }
td.TdClassName
{
border-color: #81797D;
}
.TagClassName
{
border-color: #81797D;
}
</style>