#7F5850

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

Shades of Lotus #7F5850

Tints of Lotus #7F5850

Color information

#7F5850 (or 0x7F5850) is unknown color: approx Lotus. HEX triplet: 7F, 58 and 50. RGB value is (127,88,80). Sum of RGB (Red+Green+Blue) = 127+88+80=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5850 is #80A7AF. Grayscale: #626262. Windows color (decimal): -8431536 or 5265535. OLE color: 5265535.

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

Color convert

RGB1278880-
CMYK00.310.370.50
HSL10.21º22.71%40.59%-
HSV(B)10.21º37.01%49.8%-
XYZ13.6912.079.2-
YUV98.75117.42148.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.05%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=43.05%
G=29.83%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127888000.310.370.5010.2122.7140.59
Hex7F585001F2532a1729
Octal1771301200374562122751
Binary111111110110001010000011111100101110010101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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