#7D5F57

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

Shades of Russett #7D5F57

Tints of Russett #7D5F57

Color information

#7D5F57 (or 0x7D5F57) is unknown color: approx Russett. HEX triplet: 7D, 5F and 57. RGB value is (125,95,87). Sum of RGB (Red+Green+Blue) = 125+95+87=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5F57 is #82A0A8. Grayscale: #676767. Windows color (decimal): -8560809 or 5726077. OLE color: 5726077.

HSL color Cylindrical-coordinate representation of color #7D5F57: hue angle of 12.63º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5F57 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1259587-
CMYK00.240.300.51
HSL12.63º17.92%41.57%-
HSV(B)12.63º30.4%49.02%-
XYZ14.2713.2310.82-
YUV103.06118.94143.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=40.72%
G=30.94%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125958700.240.300.5112.6317.9241.57
Hex7D5F570181E33d122a
Octal1751371270303663152252
Binary11111011011111101011101100011110110011110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,95,87); }

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

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

 a { background-color: rgb(125,95,87); }

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

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

 span { border-color: rgb(125,95,87); }

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