Shades of Venus #88737D
Tints of Venus #88737D
RGB
CMYK
RGB Variations
Color information
#88737D (or 0x88737D) is known color: Venus. HEX triplet: 88, 73 and 7D. RGB value is (136,115,125). Sum of RGB (Red+Green+Blue) = 136+115+125=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88737D is #778C82. Grayscale: #7A7A7A. Windows color (decimal): -7834755 or 8221576. OLE color: 8221576.
HSL color Cylindrical-coordinate representation of color #88737D: hue angle of 331.43º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88737D is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 125 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.47 |
| HSL | 331.43º | 0.08% | 0.49% | - |
| HSV(B) | 331.43º | 0.15% | 0.53% | - |
| XYZ | 19.99 | 18.98 | 22.01 | - |
| YUV | 122.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 125 | 0 | 0.15 | 0.08 | 0.47 | 331.43 | 0.08 | 0.49 |
| Hex | 88 | 73 | 7D | 0 | F | 8 | 2F | 14B | 8 | 31 |
| Octal | 210 | 163 | 175 | 0 | 17 | 10 | 57 | 513 | 10 | 61 |
| Binary | 10001000 | 1110011 | 1111101 | 0 | 1111 | 1000 | 101111 | 101001011 | 1000 | 110001 |
Color Harmonies of #88737D
Complementary color
Monochromatic Colors of #88737D
Black with #88737D
Text Example
Text Example
White with #88737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88737D; }
p { color: rgb(136,115,125); }
H1.HeaderClassName
{
color: #88737D;
}
.AnyTagClassName
{
color: #88737D;
}
</style>
background-color css
<style>
a { background-color: #88737D; }
a { background-color: rgb(136,115,125); }
div.DivClassName
{
background-color: #88737D;
}
.BgClassName
{
background-color: #88737D;
}
</style>
border-color css
<style>
span { border-color: #88737D; }
span { border-color: rgb(136,115,125); }
td.TdClassName
{
border-color: #88737D;
}
.TagClassName
{
border-color: #88737D;
}
</style>