Shades of Venus #88797E
Tints of Venus #88797E
RGB
CMYK
RGB Variations
Color information
#88797E (or 0x88797E) is known color: Venus. HEX triplet: 88, 79 and 7E. RGB value is (136,121,126). Sum of RGB (Red+Green+Blue) = 136+121+126=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #88797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88797E is #778681. Grayscale: #7E7E7E. Windows color (decimal): -7833218 or 8288648. OLE color: 8288648.
HSL color Cylindrical-coordinate representation of color #88797E: hue angle of 340º 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 #88797E is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 126 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.47 |
| HSL | 340º | 0.06% | 0.5% | - |
| HSV(B) | 340º | 0.11% | 0.53% | - |
| XYZ | 20.76 | 20.42 | 22.59 | - |
| YUV | 126.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 126 | 0 | 0.11 | 0.07 | 0.47 | 340 | 0.06 | 0.5 |
| Hex | 88 | 79 | 7E | 0 | B | 7 | 2F | 154 | 6 | 32 |
| Octal | 210 | 171 | 176 | 0 | 13 | 7 | 57 | 524 | 6 | 62 |
| Binary | 10001000 | 1111001 | 1111110 | 0 | 1011 | 111 | 101111 | 101010100 | 110 | 110010 |
Color Harmonies of #88797E
Complementary color
Monochromatic Colors of #88797E
Black with #88797E
Text Example
Text Example
White with #88797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88797E; }
p { color: rgb(136,121,126); }
H1.HeaderClassName
{
color: #88797E;
}
.AnyTagClassName
{
color: #88797E;
}
</style>
background-color css
<style>
a { background-color: #88797E; }
a { background-color: rgb(136,121,126); }
div.DivClassName
{
background-color: #88797E;
}
.BgClassName
{
background-color: #88797E;
}
</style>
border-color css
<style>
span { border-color: #88797E; }
span { border-color: rgb(136,121,126); }
td.TdClassName
{
border-color: #88797E;
}
.TagClassName
{
border-color: #88797E;
}
</style>