#7F5858

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

Shades of Light Wood #7F5858

Tints of Light Wood #7F5858

Color information

#7F5858 (or 0x7F5858) is unknown color: approx Light Wood. HEX triplet: 7F, 58 and 58. RGB value is (127,88,88). Sum of RGB (Red+Green+Blue) = 127+88+88=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5858 is #80A7A7. Grayscale: #636363. Windows color (decimal): -8431528 or 5789823. OLE color: 5789823.

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

Color convert

RGB1278888-
CMYK00.310.310.50
HSL18.14%42.16%-
HSV(B)30.71%49.8%-
XYZ1412.210.85-
YUV99.66121.42147.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.91%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=41.91%
G=29.04%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127888800.310.310.50018.1442.16
Hex7F585801F1F320122a
Octal177130130037376202252
Binary11111111011000101100001111111111110010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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