#7F4A49

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

Shades of Lotus #7F4A49

Tints of Lotus #7F4A49

Color information

#7F4A49 (or 0x7F4A49) is unknown color: approx Lotus. HEX triplet: 7F, 4A and 49. RGB value is (127,74,73). Sum of RGB (Red+Green+Blue) = 127+74+73=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A49 is #80B5B6. Grayscale: #595959. Windows color (decimal): -8435127 or 4803199. OLE color: 4803199.

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

Color convert

RGB1277473-
CMYK00.420.430.50
HSL1.11º27%39.22%-
HSV(B)1.11º42.52%49.8%-
XYZ12.49.897.56-
YUV89.73118.56154.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=46.35%
G=27.01%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127747300.420.430.501.112739.22
Hex7F4A4902A2B3211b27
Octal177112111052536213347
Binary1111111100101010010010101010101011110010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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