Shades of Venus #81777B
Tints of Venus #81777B
RGB
CMYK
RGB Variations
Color information
#81777B (or 0x81777B) is known color: Venus. HEX triplet: 81, 77 and 7B. RGB value is (129,119,123). Sum of RGB (Red+Green+Blue) = 129+119+123=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 129 - color contains mainly: red. Hex color #81777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81777B is #7E8884. Grayscale: #7A7A7A. Windows color (decimal): -8292485 or 8091521. OLE color: 8091521.
HSL color Cylindrical-coordinate representation of color #81777B: hue angle of 336º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81777B is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 119 | 123 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.49 |
| HSL | 336º | 0.04% | 0.49% | - |
| HSV(B) | 336º | 0.08% | 0.51% | - |
| XYZ | 19.23 | 19.29 | 21.45 | - |
| YUV | 122.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 123 | 0 | 0.08 | 0.05 | 0.49 | 336 | 0.04 | 0.49 |
| Hex | 81 | 77 | 7B | 0 | 8 | 5 | 31 | 150 | 4 | 31 |
| Octal | 201 | 167 | 173 | 0 | 10 | 5 | 61 | 520 | 4 | 61 |
| Binary | 10000001 | 1110111 | 1111011 | 0 | 1000 | 101 | 110001 | 101010000 | 100 | 110001 |
Color Harmonies of #81777B
Complementary color
Monochromatic Colors of #81777B
Black with #81777B
Text Example
Text Example
White with #81777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81777B; }
p { color: rgb(129,119,123); }
H1.HeaderClassName
{
color: #81777B;
}
.AnyTagClassName
{
color: #81777B;
}
</style>
background-color css
<style>
a { background-color: #81777B; }
a { background-color: rgb(129,119,123); }
div.DivClassName
{
background-color: #81777B;
}
.BgClassName
{
background-color: #81777B;
}
</style>
border-color css
<style>
span { border-color: #81777B; }
span { border-color: rgb(129,119,123); }
td.TdClassName
{
border-color: #81777B;
}
.TagClassName
{
border-color: #81777B;
}
</style>