Shades of Venus #878083
Tints of Venus #878083
RGB
CMYK
RGB Variations
Color information
#878083 (or 0x878083) is known color: Venus. HEX triplet: 87, 80 and 83. RGB value is (135,128,131). Sum of RGB (Red+Green+Blue) = 135+128+131=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 135 - color contains mainly: red. Hex color #878083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878083 is #787F7C. Grayscale: #828282. Windows color (decimal): -7896957 or 8618119. OLE color: 8618119.
HSL color Cylindrical-coordinate representation of color #878083: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878083 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 131 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.47 |
| HSL | 334.29º | 0.03% | 0.52% | - |
| HSV(B) | 334.29º | 0.05% | 0.53% | - |
| XYZ | 21.81 | 22.23 | 24.61 | - |
| YUV | 130.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 131 | 0 | 0.05 | 0.03 | 0.47 | 334.29 | 0.03 | 0.52 |
| Hex | 87 | 80 | 83 | 0 | 5 | 3 | 2F | 14E | 3 | 34 |
| Octal | 207 | 200 | 203 | 0 | 5 | 3 | 57 | 516 | 3 | 64 |
| Binary | 10000111 | 10000000 | 10000011 | 0 | 101 | 11 | 101111 | 101001110 | 11 | 110100 |
Color Harmonies of #878083
Complementary color
Monochromatic Colors of #878083
Black with #878083
Text Example
Text Example
White with #878083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878083; }
p { color: rgb(135,128,131); }
H1.HeaderClassName
{
color: #878083;
}
.AnyTagClassName
{
color: #878083;
}
</style>
background-color css
<style>
a { background-color: #878083; }
a { background-color: rgb(135,128,131); }
div.DivClassName
{
background-color: #878083;
}
.BgClassName
{
background-color: #878083;
}
</style>
border-color css
<style>
span { border-color: #878083; }
span { border-color: rgb(135,128,131); }
td.TdClassName
{
border-color: #878083;
}
.TagClassName
{
border-color: #878083;
}
</style>