Shades of Lotus #874F4C
Tints of Lotus #874F4C
RGB
CMYK
RGB Variations
Color information
#874F4C (or 0x874F4C) is known color: Lotus. HEX triplet: 87, 4F and 4C. RGB value is (135,79,76). Sum of RGB (Red+Green+Blue) = 135+79+76=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F4C is #78B0B3. Grayscale: #5F5F5F. Windows color (decimal): -7909556 or 5001095. OLE color: 5001095.
HSL color Cylindrical-coordinate representation of color #874F4C: hue angle of 3.05º 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 #874F4C is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 79 | 76 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.47 |
| HSL | 3.05º | 0.28% | 0.41% | - |
| HSV(B) | 3.05º | 0.44% | 0.53% | - |
| XYZ | 14.09 | 11.26 | 8.27 | - |
| YUV | 95.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 76 | 0 | 0.41 | 0.44 | 0.47 | 3.05 | 0.28 | 0.41 |
| Hex | 87 | 4F | 4C | 0 | 29 | 2C | 2F | 3 | 1C | 29 |
| Octal | 207 | 117 | 114 | 0 | 51 | 54 | 57 | 3 | 34 | 51 |
| Binary | 10000111 | 1001111 | 1001100 | 0 | 101001 | 101100 | 101111 | 11 | 11100 | 101001 |
Color Harmonies of #874F4C
Complementary color
Monochromatic Colors of #874F4C
Black with #874F4C
Text Example
Text Example
White with #874F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874F4C; }
p { color: rgb(135,79,76); }
H1.HeaderClassName
{
color: #874F4C;
}
.AnyTagClassName
{
color: #874F4C;
}
</style>
background-color css
<style>
a { background-color: #874F4C; }
a { background-color: rgb(135,79,76); }
div.DivClassName
{
background-color: #874F4C;
}
.BgClassName
{
background-color: #874F4C;
}
</style>
border-color css
<style>
span { border-color: #874F4C; }
span { border-color: rgb(135,79,76); }
td.TdClassName
{
border-color: #874F4C;
}
.TagClassName
{
border-color: #874F4C;
}
</style>