#7D5858

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

Shades of Light Wood #7D5858

Tints of Light Wood #7D5858

Color information

#7D5858 (or 0x7D5858) is unknown color: approx Light Wood. HEX triplet: 7D, 58 and 58. RGB value is (125,88,88). Sum of RGB (Red+Green+Blue) = 125+88+88=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5858 is #82A7A7. Grayscale: #636363. Windows color (decimal): -8562600 or 5789821. OLE color: 5789821.

HSL color Cylindrical-coordinate representation of color #7D5858: hue angle of 0º degrees, saturation: 0.17, 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 #7D5858 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1258888-
CMYK00.300.300.51
HSL17.37%41.76%-
HSV(B)29.6%49.02%-
XYZ13.7112.0410.83-
YUV99.06121.76146.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.53%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=41.53%
G=29.24%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125888800.300.300.51017.3741.76
Hex7D585801E1E330112a
Octal175130130036366302152
Binary11111011011000101100001111011110110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,88); }

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

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

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

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

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

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

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