Shades of Lotus #874D4C
Tints of Lotus #874D4C
RGB
CMYK
RGB Variations
Color information
#874D4C (or 0x874D4C) is known color: Lotus. HEX triplet: 87, 4D and 4C. RGB value is (135,77,76). Sum of RGB (Red+Green+Blue) = 135+77+76=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D4C is #78B2B3. Grayscale: #5E5E5E. Windows color (decimal): -7910068 or 5000583. OLE color: 5000583.
HSL color Cylindrical-coordinate representation of color #874D4C: hue angle of 1.02º 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 #874D4C is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 76 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.47 |
| HSL | 1.02º | 0.28% | 0.41% | - |
| HSV(B) | 1.02º | 0.44% | 0.53% | - |
| XYZ | 13.95 | 10.98 | 8.22 | - |
| YUV | 94.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 76 | 0 | 0.43 | 0.44 | 0.47 | 1.02 | 0.28 | 0.41 |
| Hex | 87 | 4D | 4C | 0 | 2B | 2C | 2F | 1 | 1C | 29 |
| Octal | 207 | 115 | 114 | 0 | 53 | 54 | 57 | 1 | 34 | 51 |
| Binary | 10000111 | 1001101 | 1001100 | 0 | 101011 | 101100 | 101111 | 1 | 11100 | 101001 |
Color Harmonies of #874D4C
Complementary color
Monochromatic Colors of #874D4C
Black with #874D4C
Text Example
Text Example
White with #874D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D4C; }
p { color: rgb(135,77,76); }
H1.HeaderClassName
{
color: #874D4C;
}
.AnyTagClassName
{
color: #874D4C;
}
</style>
background-color css
<style>
a { background-color: #874D4C; }
a { background-color: rgb(135,77,76); }
div.DivClassName
{
background-color: #874D4C;
}
.BgClassName
{
background-color: #874D4C;
}
</style>
border-color css
<style>
span { border-color: #874D4C; }
span { border-color: rgb(135,77,76); }
td.TdClassName
{
border-color: #874D4C;
}
.TagClassName
{
border-color: #874D4C;
}
</style>