Shades of Lotus #874D4B
Tints of Lotus #874D4B
RGB
CMYK
RGB Variations
Color information
#874D4B (or 0x874D4B) is known color: Lotus. HEX triplet: 87, 4D and 4B. RGB value is (135,77,75). Sum of RGB (Red+Green+Blue) = 135+77+75=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D4B is #78B2B4. Grayscale: #5E5E5E. Windows color (decimal): -7910069 or 4935047. OLE color: 4935047.
HSL color Cylindrical-coordinate representation of color #874D4B: hue angle of 2º degrees, saturation: 0.29, 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 #874D4B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 75 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.47 |
| HSL | 2º | 0.29% | 0.41% | - |
| HSV(B) | 2º | 0.44% | 0.53% | - |
| XYZ | 13.92 | 10.97 | 8.04 | - |
| YUV | 94.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 75 | 0 | 0.43 | 0.44 | 0.47 | 2 | 0.29 | 0.41 |
| Hex | 87 | 4D | 4B | 0 | 2B | 2C | 2F | 2 | 1D | 29 |
| Octal | 207 | 115 | 113 | 0 | 53 | 54 | 57 | 2 | 35 | 51 |
| Binary | 10000111 | 1001101 | 1001011 | 0 | 101011 | 101100 | 101111 | 10 | 11101 | 101001 |
Color Harmonies of #874D4B
Complementary color
Monochromatic Colors of #874D4B
Black with #874D4B
Text Example
Text Example
White with #874D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D4B; }
p { color: rgb(135,77,75); }
H1.HeaderClassName
{
color: #874D4B;
}
.AnyTagClassName
{
color: #874D4B;
}
</style>
background-color css
<style>
a { background-color: #874D4B; }
a { background-color: rgb(135,77,75); }
div.DivClassName
{
background-color: #874D4B;
}
.BgClassName
{
background-color: #874D4B;
}
</style>
border-color css
<style>
span { border-color: #874D4B; }
span { border-color: rgb(135,77,75); }
td.TdClassName
{
border-color: #874D4B;
}
.TagClassName
{
border-color: #874D4B;
}
</style>