Shades of Lotus #87504C
Tints of Lotus #87504C
RGB
CMYK
RGB Variations
Color information
#87504C (or 0x87504C) is known color: Lotus. HEX triplet: 87, 50 and 4C. RGB value is (135,80,76). Sum of RGB (Red+Green+Blue) = 135+80+76=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #87504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87504C is #78AFB3. Grayscale: #606060. Windows color (decimal): -7909300 or 5001351. OLE color: 5001351.
HSL color Cylindrical-coordinate representation of color #87504C: hue angle of 4.07º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87504C is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 76 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.47 |
| HSL | 4.07º | 0.28% | 0.41% | - |
| HSV(B) | 4.07º | 0.44% | 0.53% | - |
| XYZ | 14.16 | 11.41 | 8.29 | - |
| YUV | 95.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 76 | 0 | 0.41 | 0.44 | 0.47 | 4.07 | 0.28 | 0.41 |
| Hex | 87 | 50 | 4C | 0 | 29 | 2C | 2F | 4 | 1C | 29 |
| Octal | 207 | 120 | 114 | 0 | 51 | 54 | 57 | 4 | 34 | 51 |
| Binary | 10000111 | 1010000 | 1001100 | 0 | 101001 | 101100 | 101111 | 100 | 11100 | 101001 |
Color Harmonies of #87504C
Complementary color
Monochromatic Colors of #87504C
Black with #87504C
Text Example
Text Example
White with #87504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87504C; }
p { color: rgb(135,80,76); }
H1.HeaderClassName
{
color: #87504C;
}
.AnyTagClassName
{
color: #87504C;
}
</style>
background-color css
<style>
a { background-color: #87504C; }
a { background-color: rgb(135,80,76); }
div.DivClassName
{
background-color: #87504C;
}
.BgClassName
{
background-color: #87504C;
}
</style>
border-color css
<style>
span { border-color: #87504C; }
span { border-color: rgb(135,80,76); }
td.TdClassName
{
border-color: #87504C;
}
.TagClassName
{
border-color: #87504C;
}
</style>