#7F544D

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

Shades of Lotus #7F544D

Tints of Lotus #7F544D

Color information

#7F544D (or 0x7F544D) is unknown color: approx Lotus. HEX triplet: 7F, 54 and 4D. RGB value is (127,84,77). Sum of RGB (Red+Green+Blue) = 127+84+77=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F544D is #80ABB2. Grayscale: #606060. Windows color (decimal): -8432563 or 5067903. OLE color: 5067903.

HSL color Cylindrical-coordinate representation of color #7F544D: hue angle of 8.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F544D is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1278477-
CMYK00.340.390.50
HSL8.4º24.51%40%-
HSV(B)8.4º39.37%49.8%-
XYZ13.2611.398.52-
YUV96.06117.25150.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.10%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=44.10%
G=29.17%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127847700.340.390.508.424.5140
Hex7F544D022273281928
Octal1771241150424762103150
Binary1111111101010010011010100010100111110010100011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F544D; }

 p { color: rgb(127,84,77); }

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

<style>
 a { background-color: #7F544D; }

 a { background-color: rgb(127,84,77); }

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

<style>
 span { border-color: #7F544D; }

 span { border-color: rgb(127,84,77); }

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