Shades of Venus #88797F
Tints of Venus #88797F
RGB
CMYK
RGB Variations
Color information
#88797F (or 0x88797F) is known color: Venus. HEX triplet: 88, 79 and 7F. RGB value is (136,121,127). Sum of RGB (Red+Green+Blue) = 136+121+127=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #88797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88797F is #778680. Grayscale: #7E7E7E. Windows color (decimal): -7833217 or 8354184. OLE color: 8354184.
HSL color Cylindrical-coordinate representation of color #88797F: hue angle of 336º 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 #88797F is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 127 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.47 |
| HSL | 336º | 0.06% | 0.5% | - |
| HSV(B) | 336º | 0.11% | 0.53% | - |
| XYZ | 20.82 | 20.44 | 22.93 | - |
| YUV | 126.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 127 | 0 | 0.11 | 0.07 | 0.47 | 336 | 0.06 | 0.5 |
| Hex | 88 | 79 | 7F | 0 | B | 7 | 2F | 150 | 6 | 32 |
| Octal | 210 | 171 | 177 | 0 | 13 | 7 | 57 | 520 | 6 | 62 |
| Binary | 10001000 | 1111001 | 1111111 | 0 | 1011 | 111 | 101111 | 101010000 | 110 | 110010 |
Color Harmonies of #88797F
Complementary color
Monochromatic Colors of #88797F
Black with #88797F
Text Example
Text Example
White with #88797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88797F; }
p { color: rgb(136,121,127); }
H1.HeaderClassName
{
color: #88797F;
}
.AnyTagClassName
{
color: #88797F;
}
</style>
background-color css
<style>
a { background-color: #88797F; }
a { background-color: rgb(136,121,127); }
div.DivClassName
{
background-color: #88797F;
}
.BgClassName
{
background-color: #88797F;
}
</style>
border-color css
<style>
span { border-color: #88797F; }
span { border-color: rgb(136,121,127); }
td.TdClassName
{
border-color: #88797F;
}
.TagClassName
{
border-color: #88797F;
}
</style>