#874E4E

Color #874E4E Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #874E4E

Tints of Lotus #874E4E

Color information

#874E4E (or 0x874E4E) is unknown color: approx Lotus. HEX triplet: 87, 4E and 4E. RGB value is (135,78,78). Sum of RGB (Red+Green+Blue) = 135+78+78=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #874E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E4E is #78B1B1. Grayscale: #5F5F5F. Windows color (decimal): -7909810 or 5131911. OLE color: 5131911.

HSL color Cylindrical-coordinate representation of color #874E4E: hue angle of 0º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E4E is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1357878-
CMYK00.420.420.47
HSL26.76%41.76%-
HSV(B)42.22%52.94%-
XYZ14.0911.158.62-
YUV95.04118.38156.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=46.39%
G=26.80%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135787800.420.420.47026.7641.76
Hex874E4E02A2A2F01b2a
Octal207116116052525703352
Binary10000111100111010011100101010101010101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E4E; }

 p { color: rgb(135,78,78); }

 H1.HeaderClassName
 {
   color: #874E4E;
 }
 .AnyTagClassName
 {
   color: #874E4E;
 }
</style>
background-color css

<style>
 a { background-color: #874E4E; }

 a { background-color: rgb(135,78,78); }

 div.DivClassName
 {
   background-color: #874E4E;
 }
 .BgClassName
 {
   background-color: #874E4E;
 }
</style>
border-color css

<style>
 span { border-color: #874E4E; }

 span { border-color: rgb(135,78,78); }

 td.TdClassName
 {
   border-color: #874E4E;
 }
 .TagClassName
 {
   border-color: #874E4E;
 }
</style>