Shades of Venus #88767D
Tints of Venus #88767D
RGB
CMYK
RGB Variations
Color information
#88767D (or 0x88767D) is known color: Venus. HEX triplet: 88, 76 and 7D. RGB value is (136,118,125). Sum of RGB (Red+Green+Blue) = 136+118+125=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88767D is #778982. Grayscale: #7C7C7C. Windows color (decimal): -7833987 or 8222344. OLE color: 8222344.
HSL color Cylindrical-coordinate representation of color #88767D: hue angle of 336.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88767D is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 118 | 125 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.47 |
| HSL | 336.67º | 0.07% | 0.5% | - |
| HSV(B) | 336.67º | 0.13% | 0.53% | - |
| XYZ | 20.33 | 19.67 | 22.13 | - |
| YUV | 124.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 125 | 0 | 0.13 | 0.08 | 0.47 | 336.67 | 0.07 | 0.5 |
| Hex | 88 | 76 | 7D | 0 | D | 8 | 2F | 151 | 7 | 32 |
| Octal | 210 | 166 | 175 | 0 | 15 | 10 | 57 | 521 | 7 | 62 |
| Binary | 10001000 | 1110110 | 1111101 | 0 | 1101 | 1000 | 101111 | 101010001 | 111 | 110010 |
Color Harmonies of #88767D
Complementary color
Monochromatic Colors of #88767D
Black with #88767D
Text Example
Text Example
White with #88767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88767D; }
p { color: rgb(136,118,125); }
H1.HeaderClassName
{
color: #88767D;
}
.AnyTagClassName
{
color: #88767D;
}
</style>
background-color css
<style>
a { background-color: #88767D; }
a { background-color: rgb(136,118,125); }
div.DivClassName
{
background-color: #88767D;
}
.BgClassName
{
background-color: #88767D;
}
</style>
border-color css
<style>
span { border-color: #88767D; }
span { border-color: rgb(136,118,125); }
td.TdClassName
{
border-color: #88767D;
}
.TagClassName
{
border-color: #88767D;
}
</style>