#7F5050

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

Shades of Lotus #7F5050

Tints of Lotus #7F5050

Color information

#7F5050 (or 0x7F5050) is unknown color: approx Lotus. HEX triplet: 7F, 50 and 50. RGB value is (127,80,80). Sum of RGB (Red+Green+Blue) = 127+80+80=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5050 is #80AFAF. Grayscale: #5E5E5E. Windows color (decimal): -8433584 or 5263487. OLE color: 5263487.

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

Color convert

RGB1278080-
CMYK00.370.370.50
HSL22.71%40.59%-
HSV(B)37.01%49.8%-
XYZ13.0710.838.99-
YUV94.05120.07151.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.25%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=44.25%
G=27.87%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127808000.370.370.50022.7140.59
Hex7F5050025253201729
Octal177120120045456202751
Binary1111111101000010100000100101100101110010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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