#7D5A50

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

Shades of Spicy Mix #7D5A50

Tints of Spicy Mix #7D5A50

Color information

#7D5A50 (or 0x7D5A50) is unknown color: approx Spicy Mix. HEX triplet: 7D, 5A and 50. RGB value is (125,90,80). Sum of RGB (Red+Green+Blue) = 125+90+80=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A50 is #82A5AF. Grayscale: #636363. Windows color (decimal): -8562096 or 5266045. OLE color: 5266045.

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

Color convert

RGB1259080-
CMYK00.280.360.51
HSL13.33º21.95%40.2%-
HSV(B)13.33º36%49.02%-
XYZ13.5612.259.24-
YUV99.32117.1146.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.37%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=42.37%
G=30.51%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125908000.280.360.5113.3321.9540.2
Hex7D5A5001C2433d1628
Octal1751321200344463152650
Binary111110110110101010000011100100100110011110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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