Shades of Venus #88797D
Tints of Venus #88797D
RGB
CMYK
RGB Variations
Color information
#88797D (or 0x88797D) is known color: Venus. HEX triplet: 88, 79 and 7D. RGB value is (136,121,125). Sum of RGB (Red+Green+Blue) = 136+121+125=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #88797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88797D is #778682. Grayscale: #7D7D7D. Windows color (decimal): -7833219 or 8223112. OLE color: 8223112.
HSL color Cylindrical-coordinate representation of color #88797D: hue angle of 344º 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 #88797D is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 125 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.47 |
| HSL | 344º | 0.06% | 0.5% | - |
| HSV(B) | 344º | 0.11% | 0.53% | - |
| XYZ | 20.69 | 20.39 | 22.25 | - |
| YUV | 125.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 125 | 0 | 0.11 | 0.08 | 0.47 | 344 | 0.06 | 0.5 |
| Hex | 88 | 79 | 7D | 0 | B | 8 | 2F | 158 | 6 | 32 |
| Octal | 210 | 171 | 175 | 0 | 13 | 10 | 57 | 530 | 6 | 62 |
| Binary | 10001000 | 1111001 | 1111101 | 0 | 1011 | 1000 | 101111 | 101011000 | 110 | 110010 |
Color Harmonies of #88797D
Complementary color
Monochromatic Colors of #88797D
Black with #88797D
Text Example
Text Example
White with #88797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88797D; }
p { color: rgb(136,121,125); }
H1.HeaderClassName
{
color: #88797D;
}
.AnyTagClassName
{
color: #88797D;
}
</style>
background-color css
<style>
a { background-color: #88797D; }
a { background-color: rgb(136,121,125); }
div.DivClassName
{
background-color: #88797D;
}
.BgClassName
{
background-color: #88797D;
}
</style>
border-color css
<style>
span { border-color: #88797D; }
span { border-color: rgb(136,121,125); }
td.TdClassName
{
border-color: #88797D;
}
.TagClassName
{
border-color: #88797D;
}
</style>