Shades of Venus #88707A
Tints of Venus #88707A
RGB
CMYK
RGB Variations
Color information
#88707A (or 0x88707A) is known color: Venus. HEX triplet: 88, 70 and 7A. RGB value is (136,112,122). Sum of RGB (Red+Green+Blue) = 136+112+122=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #88707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88707A is #778F85. Grayscale: #787878. Windows color (decimal): -7835526 or 8024200. OLE color: 8024200.
HSL color Cylindrical-coordinate representation of color #88707A: hue angle of 335º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88707A is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 122 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.47 |
| HSL | 335º | 0.1% | 0.49% | - |
| HSV(B) | 335º | 0.18% | 0.53% | - |
| XYZ | 19.46 | 18.23 | 20.9 | - |
| YUV | 120.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 122 | 0 | 0.18 | 0.10 | 0.47 | 335 | 0.1 | 0.49 |
| Hex | 88 | 70 | 7A | 0 | 12 | A | 2F | 14F | A | 31 |
| Octal | 210 | 160 | 172 | 0 | 22 | 12 | 57 | 517 | 12 | 61 |
| Binary | 10001000 | 1110000 | 1111010 | 0 | 10010 | 1010 | 101111 | 101001111 | 1010 | 110001 |
Color Harmonies of #88707A
Complementary color
Monochromatic Colors of #88707A
Black with #88707A
Text Example
Text Example
White with #88707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88707A; }
p { color: rgb(136,112,122); }
H1.HeaderClassName
{
color: #88707A;
}
.AnyTagClassName
{
color: #88707A;
}
</style>
background-color css
<style>
a { background-color: #88707A; }
a { background-color: rgb(136,112,122); }
div.DivClassName
{
background-color: #88707A;
}
.BgClassName
{
background-color: #88707A;
}
</style>
border-color css
<style>
span { border-color: #88707A; }
span { border-color: rgb(136,112,122); }
td.TdClassName
{
border-color: #88707A;
}
.TagClassName
{
border-color: #88707A;
}
</style>