Shades of Venus #87777F
Tints of Venus #87777F
RGB
CMYK
RGB Variations
Color information
#87777F (or 0x87777F) is known color: Venus. HEX triplet: 87, 77 and 7F. RGB value is (135,119,127). Sum of RGB (Red+Green+Blue) = 135+119+127=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #87777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87777F is #788880. Grayscale: #7C7C7C. Windows color (decimal): -7899265 or 8353671. OLE color: 8353671.
HSL color Cylindrical-coordinate representation of color #87777F: hue angle of 330º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87777F is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 119 | 127 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.47 |
| HSL | 330º | 0.06% | 0.5% | - |
| HSV(B) | 330º | 0.12% | 0.53% | - |
| XYZ | 20.42 | 19.88 | 22.84 | - |
| YUV | 124.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 127 | 0 | 0.12 | 0.06 | 0.47 | 330 | 0.06 | 0.5 |
| Hex | 87 | 77 | 7F | 0 | C | 6 | 2F | 14A | 6 | 32 |
| Octal | 207 | 167 | 177 | 0 | 14 | 6 | 57 | 512 | 6 | 62 |
| Binary | 10000111 | 1110111 | 1111111 | 0 | 1100 | 110 | 101111 | 101001010 | 110 | 110010 |
Color Harmonies of #87777F
Complementary color
Monochromatic Colors of #87777F
Black with #87777F
Text Example
Text Example
White with #87777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87777F; }
p { color: rgb(135,119,127); }
H1.HeaderClassName
{
color: #87777F;
}
.AnyTagClassName
{
color: #87777F;
}
</style>
background-color css
<style>
a { background-color: #87777F; }
a { background-color: rgb(135,119,127); }
div.DivClassName
{
background-color: #87777F;
}
.BgClassName
{
background-color: #87777F;
}
</style>
border-color css
<style>
span { border-color: #87777F; }
span { border-color: rgb(135,119,127); }
td.TdClassName
{
border-color: #87777F;
}
.TagClassName
{
border-color: #87777F;
}
</style>