#7F4A47

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

Shades of Lotus #7F4A47

Tints of Lotus #7F4A47

Color information

#7F4A47 (or 0x7F4A47) is unknown color: approx Lotus. HEX triplet: 7F, 4A and 47. RGB value is (127,74,71). Sum of RGB (Red+Green+Blue) = 127+74+71=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A47 is #80B5B8. Grayscale: #595959. Windows color (decimal): -8435129 or 4672127. OLE color: 4672127.

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

Color convert

RGB1277471-
CMYK00.420.440.50
HSL3.21º28.28%38.82%-
HSV(B)3.21º44.09%49.8%-
XYZ12.349.867.21-
YUV89.5117.56154.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=46.69%
G=27.21%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127747100.420.440.503.2128.2838.82
Hex7F4A4702A2C3231c27
Octal177112107052546233447
Binary11111111001010100011101010101011001100101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,74,71); }

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

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

 a { background-color: rgb(127,74,71); }

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

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

 span { border-color: rgb(127,74,71); }

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