#7D5751

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

Shades of Lotus #7D5751

Tints of Lotus #7D5751

Color information

#7D5751 (or 0x7D5751) is unknown color: approx Lotus. HEX triplet: 7D, 57 and 51. RGB value is (125,87,81). Sum of RGB (Red+Green+Blue) = 125+87+81=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5751 is #82A8AE. Grayscale: #616161. Windows color (decimal): -8562863 or 5330813. OLE color: 5330813.

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

Color convert

RGB1258781-
CMYK00.300.350.51
HSL8.18º21.36%40.39%-
HSV(B)8.18º35.2%49.02%-
XYZ13.3511.779.35-
YUV97.68118.59147.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.66%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=42.66%
G=29.69%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125878100.300.350.518.1821.3640.39
Hex7D575101E233381528
Octal1751271210364363102550
Binary111110110101111010001011110100011110011100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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