Shades of Venus #87777D
Tints of Venus #87777D
RGB
CMYK
RGB Variations
Color information
#87777D (or 0x87777D) is known color: Venus. HEX triplet: 87, 77 and 7D. RGB value is (135,119,125). Sum of RGB (Red+Green+Blue) = 135+119+125=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #87777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87777D is #788882. Grayscale: #7C7C7C. Windows color (decimal): -7899267 or 8222599. OLE color: 8222599.
HSL color Cylindrical-coordinate representation of color #87777D: hue angle of 337.5º 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 #87777D is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 119 | 125 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.47 |
| HSL | 337.5º | 0.06% | 0.5% | - |
| HSV(B) | 337.5º | 0.12% | 0.53% | - |
| XYZ | 20.29 | 19.83 | 22.16 | - |
| YUV | 124.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 125 | 0 | 0.12 | 0.07 | 0.47 | 337.5 | 0.06 | 0.5 |
| Hex | 87 | 77 | 7D | 0 | C | 7 | 2F | 152 | 6 | 32 |
| Octal | 207 | 167 | 175 | 0 | 14 | 7 | 57 | 522 | 6 | 62 |
| Binary | 10000111 | 1110111 | 1111101 | 0 | 1100 | 111 | 101111 | 101010010 | 110 | 110010 |
Color Harmonies of #87777D
Complementary color
Monochromatic Colors of #87777D
Black with #87777D
Text Example
Text Example
White with #87777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87777D; }
p { color: rgb(135,119,125); }
H1.HeaderClassName
{
color: #87777D;
}
.AnyTagClassName
{
color: #87777D;
}
</style>
background-color css
<style>
a { background-color: #87777D; }
a { background-color: rgb(135,119,125); }
div.DivClassName
{
background-color: #87777D;
}
.BgClassName
{
background-color: #87777D;
}
</style>
border-color css
<style>
span { border-color: #87777D; }
span { border-color: rgb(135,119,125); }
td.TdClassName
{
border-color: #87777D;
}
.TagClassName
{
border-color: #87777D;
}
</style>