#7F504C

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

Shades of Lotus #7F504C

Tints of Lotus #7F504C

Color information

#7F504C (or 0x7F504C) is unknown color: approx Lotus. HEX triplet: 7F, 50 and 4C. RGB value is (127,80,76). Sum of RGB (Red+Green+Blue) = 127+80+76=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F504C is #80AFB3. Grayscale: #5D5D5D. Windows color (decimal): -8433588 or 5001343. OLE color: 5001343.

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

Color convert

RGB1278076-
CMYK00.370.400.50
HSL4.71º25.12%39.8%-
HSV(B)4.71º40.16%49.8%-
XYZ12.9310.778.24-
YUV93.6118.07151.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.88%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=44.88%
G=28.27%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127807600.370.400.504.7125.1239.8
Hex7F504C025283251928
Octal177120114045506253150
Binary111111110100001001100010010110100011001010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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