#7F504D

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

Shades of Lotus #7F504D

Tints of Lotus #7F504D

Color information

#7F504D (or 0x7F504D) is unknown color: approx Lotus. HEX triplet: 7F, 50 and 4D. RGB value is (127,80,77). Sum of RGB (Red+Green+Blue) = 127+80+77=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F504D is #80AFB2. Grayscale: #5D5D5D. Windows color (decimal): -8433587 or 5066879. OLE color: 5066879.

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

Color convert

RGB1278077-
CMYK00.370.390.50
HSL3.6º24.51%40%-
HSV(B)3.6º39.37%49.8%-
XYZ12.9610.798.42-
YUV93.71118.57151.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=44.72%
G=28.17%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127807700.370.390.503.624.5140
Hex7F504D025273241928
Octal177120115045476243150
Binary111111110100001001101010010110011111001010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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