Shades of Venus #857C80
Tints of Venus #857C80
RGB
CMYK
RGB Variations
Color information
#857C80 (or 0x857C80) is known color: Venus. HEX triplet: 85, 7C and 80. RGB value is (133,124,128). Sum of RGB (Red+Green+Blue) = 133+124+128=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #857C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C80 is #7A837F. Grayscale: #7F7F7F. Windows color (decimal): -8029056 or 8420485. OLE color: 8420485.
HSL color Cylindrical-coordinate representation of color #857C80: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #857C80 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 128 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.48 |
| HSL | 333.33º | 0.04% | 0.5% | - |
| HSV(B) | 333.33º | 0.07% | 0.52% | - |
| XYZ | 20.78 | 20.96 | 23.37 | - |
| YUV | 127.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 128 | 0 | 0.07 | 0.04 | 0.48 | 333.33 | 0.04 | 0.5 |
| Hex | 85 | 7C | 80 | 0 | 7 | 4 | 30 | 14D | 4 | 32 |
| Octal | 205 | 174 | 200 | 0 | 7 | 4 | 60 | 515 | 4 | 62 |
| Binary | 10000101 | 1111100 | 10000000 | 0 | 111 | 100 | 110000 | 101001101 | 100 | 110010 |
Color Harmonies of #857C80
Complementary color
Monochromatic Colors of #857C80
Black with #857C80
Text Example
Text Example
White with #857C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C80; }
p { color: rgb(133,124,128); }
H1.HeaderClassName
{
color: #857C80;
}
.AnyTagClassName
{
color: #857C80;
}
</style>
background-color css
<style>
a { background-color: #857C80; }
a { background-color: rgb(133,124,128); }
div.DivClassName
{
background-color: #857C80;
}
.BgClassName
{
background-color: #857C80;
}
</style>
border-color css
<style>
span { border-color: #857C80; }
span { border-color: rgb(133,124,128); }
td.TdClassName
{
border-color: #857C80;
}
.TagClassName
{
border-color: #857C80;
}
</style>