Shades of Venus #88777B
Tints of Venus #88777B
RGB
CMYK
RGB Variations
Color information
#88777B (or 0x88777B) is known color: Venus. HEX triplet: 88, 77 and 7B. RGB value is (136,119,123). Sum of RGB (Red+Green+Blue) = 136+119+123=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #88777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88777B is #778884. Grayscale: #7C7C7C. Windows color (decimal): -7833733 or 8091528. OLE color: 8091528.
HSL color Cylindrical-coordinate representation of color #88777B: hue angle of 345.88º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #88777B is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 123 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.47 |
| HSL | 345.88º | 0.07% | 0.5% | - |
| HSV(B) | 345.88º | 0.13% | 0.53% | - |
| XYZ | 20.33 | 19.86 | 21.5 | - |
| YUV | 124.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 123 | 0 | 0.12 | 0.10 | 0.47 | 345.88 | 0.07 | 0.5 |
| Hex | 88 | 77 | 7B | 0 | C | A | 2F | 15A | 7 | 32 |
| Octal | 210 | 167 | 173 | 0 | 14 | 12 | 57 | 532 | 7 | 62 |
| Binary | 10001000 | 1110111 | 1111011 | 0 | 1100 | 1010 | 101111 | 101011010 | 111 | 110010 |
Color Harmonies of #88777B
Complementary color
Monochromatic Colors of #88777B
Black with #88777B
Text Example
Text Example
White with #88777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88777B; }
p { color: rgb(136,119,123); }
H1.HeaderClassName
{
color: #88777B;
}
.AnyTagClassName
{
color: #88777B;
}
</style>
background-color css
<style>
a { background-color: #88777B; }
a { background-color: rgb(136,119,123); }
div.DivClassName
{
background-color: #88777B;
}
.BgClassName
{
background-color: #88777B;
}
</style>
border-color css
<style>
span { border-color: #88777B; }
span { border-color: rgb(136,119,123); }
td.TdClassName
{
border-color: #88777B;
}
.TagClassName
{
border-color: #88777B;
}
</style>