#7D5551

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

Shades of Lotus #7D5551

Tints of Lotus #7D5551

Color information

#7D5551 (or 0x7D5551) is unknown color: approx Lotus. HEX triplet: 7D, 55 and 51. RGB value is (125,85,81). Sum of RGB (Red+Green+Blue) = 125+85+81=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5551 is #82AAAE. Grayscale: #606060. Windows color (decimal): -8563375 or 5330301. OLE color: 5330301.

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

Color convert

RGB1258581-
CMYK00.320.350.51
HSL5.45º21.36%40.39%-
HSV(B)5.45º35.2%49.02%-
XYZ13.1911.459.3-
YUV96.5119.25148.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.96%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=42.96%
G=29.21%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125858100.320.350.515.4521.3640.39
Hex7D5551020233351528
Octal175125121040436352550
Binary111110110101011010001010000010001111001110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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