Shades of Venus #88757B
Tints of Venus #88757B
RGB
CMYK
RGB Variations
Color information
#88757B (or 0x88757B) is known color: Venus. HEX triplet: 88, 75 and 7B. RGB value is (136,117,123). Sum of RGB (Red+Green+Blue) = 136+117+123=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88757B is #778A84. Grayscale: #7B7B7B. Windows color (decimal): -7834245 or 8091016. OLE color: 8091016.
HSL color Cylindrical-coordinate representation of color #88757B: hue angle of 341.05º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88757B is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 117 | 123 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.47 |
| HSL | 341.05º | 0.08% | 0.5% | - |
| HSV(B) | 341.05º | 0.14% | 0.53% | - |
| XYZ | 20.09 | 19.39 | 21.42 | - |
| YUV | 123.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 123 | 0 | 0.14 | 0.10 | 0.47 | 341.05 | 0.08 | 0.5 |
| Hex | 88 | 75 | 7B | 0 | E | A | 2F | 155 | 8 | 32 |
| Octal | 210 | 165 | 173 | 0 | 16 | 12 | 57 | 525 | 10 | 62 |
| Binary | 10001000 | 1110101 | 1111011 | 0 | 1110 | 1010 | 101111 | 101010101 | 1000 | 110010 |
Color Harmonies of #88757B
Complementary color
Monochromatic Colors of #88757B
Black with #88757B
Text Example
Text Example
White with #88757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88757B; }
p { color: rgb(136,117,123); }
H1.HeaderClassName
{
color: #88757B;
}
.AnyTagClassName
{
color: #88757B;
}
</style>
background-color css
<style>
a { background-color: #88757B; }
a { background-color: rgb(136,117,123); }
div.DivClassName
{
background-color: #88757B;
}
.BgClassName
{
background-color: #88757B;
}
</style>
border-color css
<style>
span { border-color: #88757B; }
span { border-color: rgb(136,117,123); }
td.TdClassName
{
border-color: #88757B;
}
.TagClassName
{
border-color: #88757B;
}
</style>