#7D5851

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

Shades of Lotus #7D5851

Tints of Lotus #7D5851

Color information

#7D5851 (or 0x7D5851) is unknown color: approx Lotus. HEX triplet: 7D, 58 and 51. RGB value is (125,88,81). Sum of RGB (Red+Green+Blue) = 125+88+81=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5851 is #82A7AE. Grayscale: #626262. Windows color (decimal): -8562607 or 5331069. OLE color: 5331069.

HSL color Cylindrical-coordinate representation of color #7D5851: hue angle of 9.55º 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 #7D5851 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB1258881-
CMYK00.300.350.51
HSL9.55º21.36%40.39%-
HSV(B)9.55º35.2%49.02%-
XYZ13.4311.939.38-
YUV98.26118.26147.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.52%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=42.52%
G=29.93%
B=27.55%

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
Decimal125888100.300.350.519.5521.3640.39
Hex7D585101E2333a1528
Octal1751301210364363122550
Binary111110110110001010001011110100011110011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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