Shades of Venus #87797F
Tints of Venus #87797F
RGB
CMYK
RGB Variations
Color information
#87797F (or 0x87797F) is known color: Venus. HEX triplet: 87, 79 and 7F. RGB value is (135,121,127). Sum of RGB (Red+Green+Blue) = 135+121+127=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #87797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797F is #788680. Grayscale: #7D7D7D. Windows color (decimal): -7898753 or 8354183. OLE color: 8354183.
HSL color Cylindrical-coordinate representation of color #87797F: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87797F is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 121 | 127 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.47 |
| HSL | 334.29º | 0.06% | 0.5% | - |
| HSV(B) | 334.29º | 0.1% | 0.53% | - |
| XYZ | 20.66 | 20.36 | 22.92 | - |
| YUV | 125.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 127 | 0 | 0.10 | 0.06 | 0.47 | 334.29 | 0.06 | 0.5 |
| Hex | 87 | 79 | 7F | 0 | A | 6 | 2F | 14E | 6 | 32 |
| Octal | 207 | 171 | 177 | 0 | 12 | 6 | 57 | 516 | 6 | 62 |
| Binary | 10000111 | 1111001 | 1111111 | 0 | 1010 | 110 | 101111 | 101001110 | 110 | 110010 |
Color Harmonies of #87797F
Complementary color
Monochromatic Colors of #87797F
Black with #87797F
Text Example
Text Example
White with #87797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87797F; }
p { color: rgb(135,121,127); }
H1.HeaderClassName
{
color: #87797F;
}
.AnyTagClassName
{
color: #87797F;
}
</style>
background-color css
<style>
a { background-color: #87797F; }
a { background-color: rgb(135,121,127); }
div.DivClassName
{
background-color: #87797F;
}
.BgClassName
{
background-color: #87797F;
}
</style>
border-color css
<style>
span { border-color: #87797F; }
span { border-color: rgb(135,121,127); }
td.TdClassName
{
border-color: #87797F;
}
.TagClassName
{
border-color: #87797F;
}
</style>