#7D5750

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

Shades of Lotus #7D5750

Tints of Lotus #7D5750

Color information

#7D5750 (or 0x7D5750) is unknown color: approx Lotus. HEX triplet: 7D, 57 and 50. RGB value is (125,87,80). Sum of RGB (Red+Green+Blue) = 125+87+80=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5750 is #82A8AF. Grayscale: #616161. Windows color (decimal): -8562864 or 5265277. OLE color: 5265277.

HSL color Cylindrical-coordinate representation of color #7D5750: hue angle of 9.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D5750 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB1258780-
CMYK00.300.360.51
HSL9.33º21.95%40.2%-
HSV(B)9.33º36%49.02%-
XYZ13.3111.769.16-
YUV97.56118.09147.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.81%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=42.81%
G=29.79%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125878000.300.360.519.3321.9540.2
Hex7D575001E243391628
Octal1751271200364463112650
Binary111110110101111010000011110100100110011100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,87,80); }

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

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

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

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

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

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

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