Shades of Venus #88767C
Tints of Venus #88767C
RGB
CMYK
RGB Variations
Color information
#88767C (or 0x88767C) is known color: Venus. HEX triplet: 88, 76 and 7C. RGB value is (136,118,124). Sum of RGB (Red+Green+Blue) = 136+118+124=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #88767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88767C is #778983. Grayscale: #7C7C7C. Windows color (decimal): -7833988 or 8156808. OLE color: 8156808.
HSL color Cylindrical-coordinate representation of color #88767C: hue angle of 340º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88767C is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 118 | 124 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.47 |
| HSL | 340º | 0.07% | 0.5% | - |
| HSV(B) | 340º | 0.13% | 0.53% | - |
| XYZ | 20.27 | 19.65 | 21.79 | - |
| YUV | 124.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 124 | 0 | 0.13 | 0.09 | 0.47 | 340 | 0.07 | 0.5 |
| Hex | 88 | 76 | 7C | 0 | D | 9 | 2F | 154 | 7 | 32 |
| Octal | 210 | 166 | 174 | 0 | 15 | 11 | 57 | 524 | 7 | 62 |
| Binary | 10001000 | 1110110 | 1111100 | 0 | 1101 | 1001 | 101111 | 101010100 | 111 | 110010 |
Color Harmonies of #88767C
Complementary color
Monochromatic Colors of #88767C
Black with #88767C
Text Example
Text Example
White with #88767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88767C; }
p { color: rgb(136,118,124); }
H1.HeaderClassName
{
color: #88767C;
}
.AnyTagClassName
{
color: #88767C;
}
</style>
background-color css
<style>
a { background-color: #88767C; }
a { background-color: rgb(136,118,124); }
div.DivClassName
{
background-color: #88767C;
}
.BgClassName
{
background-color: #88767C;
}
</style>
border-color css
<style>
span { border-color: #88767C; }
span { border-color: rgb(136,118,124); }
td.TdClassName
{
border-color: #88767C;
}
.TagClassName
{
border-color: #88767C;
}
</style>