#7E5857

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

Shades of Light Wood #7E5857

Tints of Light Wood #7E5857

Color information

#7E5857 (or 0x7E5857) is unknown color: approx Light Wood. HEX triplet: 7E, 58 and 57. RGB value is (126,88,87). Sum of RGB (Red+Green+Blue) = 126+88+87=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5857 is #81A7A8. Grayscale: #636363. Windows color (decimal): -8497065 or 5724286. OLE color: 5724286.

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

Color convert

RGB1268887-
CMYK00.300.310.51
HSL1.54º18.31%41.76%-
HSV(B)1.54º30.95%49.41%-
XYZ13.8112.110.62-
YUV99.25121.09147.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.86%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=41.86%
G=29.24%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126888700.300.310.511.5418.3141.76
Hex7E585701E1F332122a
Octal176130127036376322252
Binary111111010110001010111011110111111100111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,88,87); }

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

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

 a { background-color: rgb(126,88,87); }

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

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

 span { border-color: rgb(126,88,87); }

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