#7F4B49

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

Shades of Lotus #7F4B49

Tints of Lotus #7F4B49

Color information

#7F4B49 (or 0x7F4B49) is unknown color: approx Lotus. HEX triplet: 7F, 4B and 49. RGB value is (127,75,73). Sum of RGB (Red+Green+Blue) = 127+75+73=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B49 is #80B4B6. Grayscale: #5A5A5A. Windows color (decimal): -8434871 or 4803455. OLE color: 4803455.

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

Color convert

RGB1277573-
CMYK00.410.430.50
HSL2.22º27%39.22%-
HSV(B)2.22º42.52%49.8%-
XYZ12.4710.037.58-
YUV90.32118.23154.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.18%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=46.18%
G=27.27%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127757300.410.430.502.222739.22
Hex7F4B490292B3221b27
Octal177113111051536223347
Binary11111111001011100100101010011010111100101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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