#7F4747

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

Shades of Lotus #7F4747

Tints of Lotus #7F4747

Color information

#7F4747 (or 0x7F4747) is unknown color: approx Lotus. HEX triplet: 7F, 47 and 47. RGB value is (127,71,71). Sum of RGB (Red+Green+Blue) = 127+71+71=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4747 is #80B8B8. Grayscale: #575757. Windows color (decimal): -8435897 or 4671359. OLE color: 4671359.

HSL color Cylindrical-coordinate representation of color #7F4747: hue angle of 0º 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 #7F4747 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB1277171-
CMYK00.440.440.50
HSL28.28%38.82%-
HSV(B)44.09%49.8%-
XYZ12.149.477.15-
YUV87.74118.55156-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.21%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=47.21%
G=26.39%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127717100.440.440.50028.2838.82
Hex7F474702C2C3201c27
Octal177107107054546203447
Binary1111111100011110001110101100101100110010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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