#7F5252

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

Shades of Lotus #7F5252

Tints of Lotus #7F5252

Color information

#7F5252 (or 0x7F5252) is unknown color: approx Lotus. HEX triplet: 7F, 52 and 52. RGB value is (127,82,82). Sum of RGB (Red+Green+Blue) = 127+82+82=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5252 is #80ADAD. Grayscale: #5F5F5F. Windows color (decimal): -8433070 or 5395071. OLE color: 5395071.

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

Color convert

RGB1278282-
CMYK00.350.350.50
HSL21.53%40.98%-
HSV(B)35.43%49.8%-
XYZ13.2911.169.44-
YUV95.46120.41150.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.64%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=43.64%
G=28.18%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127828200.350.350.50021.5340.98
Hex7F5252023233201629
Octal177122122043436202651
Binary1111111101001010100100100011100011110010010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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