Shades of Venus #88797C
Tints of Venus #88797C
RGB
CMYK
RGB Variations
Color information
#88797C (or 0x88797C) is known color: Venus. HEX triplet: 88, 79 and 7C. RGB value is (136,121,124). Sum of RGB (Red+Green+Blue) = 136+121+124=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #88797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88797C is #778683. Grayscale: #7D7D7D. Windows color (decimal): -7833220 or 8157576. OLE color: 8157576.
HSL color Cylindrical-coordinate representation of color #88797C: hue angle of 348º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #88797C is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 124 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.47 |
| HSL | 348º | 0.06% | 0.5% | - |
| HSV(B) | 348º | 0.11% | 0.53% | - |
| XYZ | 20.63 | 20.36 | 21.91 | - |
| YUV | 125.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 124 | 0 | 0.11 | 0.09 | 0.47 | 348 | 0.06 | 0.5 |
| Hex | 88 | 79 | 7C | 0 | B | 9 | 2F | 15C | 6 | 32 |
| Octal | 210 | 171 | 174 | 0 | 13 | 11 | 57 | 534 | 6 | 62 |
| Binary | 10001000 | 1111001 | 1111100 | 0 | 1011 | 1001 | 101111 | 101011100 | 110 | 110010 |
Color Harmonies of #88797C
Complementary color
Monochromatic Colors of #88797C
Black with #88797C
Text Example
Text Example
White with #88797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88797C; }
p { color: rgb(136,121,124); }
H1.HeaderClassName
{
color: #88797C;
}
.AnyTagClassName
{
color: #88797C;
}
</style>
background-color css
<style>
a { background-color: #88797C; }
a { background-color: rgb(136,121,124); }
div.DivClassName
{
background-color: #88797C;
}
.BgClassName
{
background-color: #88797C;
}
</style>
border-color css
<style>
span { border-color: #88797C; }
span { border-color: rgb(136,121,124); }
td.TdClassName
{
border-color: #88797C;
}
.TagClassName
{
border-color: #88797C;
}
</style>