Shades of Venus #857D81
Tints of Venus #857D81
RGB
CMYK
RGB Variations
Color information
#857D81 (or 0x857D81) is known color: Venus. HEX triplet: 85, 7D and 81. RGB value is (133,125,129). Sum of RGB (Red+Green+Blue) = 133+125+129=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #857D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D81 is #7A827E. Grayscale: #7F7F7F. Windows color (decimal): -8028799 or 8486277. OLE color: 8486277.
HSL color Cylindrical-coordinate representation of color #857D81: hue angle of 330º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #857D81 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 129 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.48 |
| HSL | 330º | 0.03% | 0.51% | - |
| HSV(B) | 330º | 0.06% | 0.52% | - |
| XYZ | 20.97 | 21.24 | 23.76 | - |
| YUV | 127.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 129 | 0 | 0.06 | 0.03 | 0.48 | 330 | 0.03 | 0.51 |
| Hex | 85 | 7D | 81 | 0 | 6 | 3 | 30 | 14A | 3 | 33 |
| Octal | 205 | 175 | 201 | 0 | 6 | 3 | 60 | 512 | 3 | 63 |
| Binary | 10000101 | 1111101 | 10000001 | 0 | 110 | 11 | 110000 | 101001010 | 11 | 110011 |
Color Harmonies of #857D81
Complementary color
Monochromatic Colors of #857D81
Black with #857D81
Text Example
Text Example
White with #857D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D81; }
p { color: rgb(133,125,129); }
H1.HeaderClassName
{
color: #857D81;
}
.AnyTagClassName
{
color: #857D81;
}
</style>
background-color css
<style>
a { background-color: #857D81; }
a { background-color: rgb(133,125,129); }
div.DivClassName
{
background-color: #857D81;
}
.BgClassName
{
background-color: #857D81;
}
</style>
border-color css
<style>
span { border-color: #857D81; }
span { border-color: rgb(133,125,129); }
td.TdClassName
{
border-color: #857D81;
}
.TagClassName
{
border-color: #857D81;
}
</style>