#7D5550

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

Shades of Lotus #7D5550

Tints of Lotus #7D5550

Color information

#7D5550 (or 0x7D5550) is unknown color: approx Lotus. HEX triplet: 7D, 55 and 50. RGB value is (125,85,80). Sum of RGB (Red+Green+Blue) = 125+85+80=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5550 is #82AAAF. Grayscale: #606060. Windows color (decimal): -8563376 or 5264765. OLE color: 5264765.

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

Color convert

RGB1258580-
CMYK00.320.360.51
HSL6.67º21.95%40.2%-
HSV(B)6.67º36%49.02%-
XYZ13.1511.449.1-
YUV96.39118.75148.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.10%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=43.10%
G=29.31%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125858000.320.360.516.6721.9540.2
Hex7D5550020243371628
Octal175125120040446372650
Binary111110110101011010000010000010010011001111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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