Shades of Venus #88787D
Tints of Venus #88787D
RGB
CMYK
RGB Variations
Color information
#88787D (or 0x88787D) is known color: Venus. HEX triplet: 88, 78 and 7D. RGB value is (136,120,125). Sum of RGB (Red+Green+Blue) = 136+120+125=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #88787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88787D is #778782. Grayscale: #7D7D7D. Windows color (decimal): -7833475 or 8222856. OLE color: 8222856.
HSL color Cylindrical-coordinate representation of color #88787D: hue angle of 341.25º degrees, saturation: 0.06, 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 #88787D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 125 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.47 |
| HSL | 341.25º | 0.06% | 0.5% | - |
| HSV(B) | 341.25º | 0.12% | 0.53% | - |
| XYZ | 20.57 | 20.15 | 22.21 | - |
| YUV | 125.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 125 | 0 | 0.12 | 0.08 | 0.47 | 341.25 | 0.06 | 0.5 |
| Hex | 88 | 78 | 7D | 0 | C | 8 | 2F | 155 | 6 | 32 |
| Octal | 210 | 170 | 175 | 0 | 14 | 10 | 57 | 525 | 6 | 62 |
| Binary | 10001000 | 1111000 | 1111101 | 0 | 1100 | 1000 | 101111 | 101010101 | 110 | 110010 |
Color Harmonies of #88787D
Complementary color
Monochromatic Colors of #88787D
Black with #88787D
Text Example
Text Example
White with #88787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88787D; }
p { color: rgb(136,120,125); }
H1.HeaderClassName
{
color: #88787D;
}
.AnyTagClassName
{
color: #88787D;
}
</style>
background-color css
<style>
a { background-color: #88787D; }
a { background-color: rgb(136,120,125); }
div.DivClassName
{
background-color: #88787D;
}
.BgClassName
{
background-color: #88787D;
}
</style>
border-color css
<style>
span { border-color: #88787D; }
span { border-color: rgb(136,120,125); }
td.TdClassName
{
border-color: #88787D;
}
.TagClassName
{
border-color: #88787D;
}
</style>