#7D5E50

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

Shades of Russett #7D5E50

Tints of Russett #7D5E50

Color information

#7D5E50 (or 0x7D5E50) is unknown color: approx Russett. HEX triplet: 7D, 5E and 50. RGB value is (125,94,80). Sum of RGB (Red+Green+Blue) = 125+94+80=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E50 is #82A1AF. Grayscale: #656565. Windows color (decimal): -8561072 or 5267069. OLE color: 5267069.

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

Color convert

RGB1259480-
CMYK00.250.360.51
HSL18.67º21.95%40.2%-
HSV(B)18.67º36%49.02%-
XYZ13.9112.949.35-
YUV101.67115.77144.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=41.81%
G=31.44%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125948000.250.360.5118.6721.9540.2
Hex7D5E500192433131628
Octal1751361200314463232650
Binary1111101101111010100000110011001001100111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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