#7F5757

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

Shades of Light Wood #7F5757

Tints of Light Wood #7F5757

Color information

#7F5757 (or 0x7F5757) is unknown color: approx Light Wood. HEX triplet: 7F, 57 and 57. RGB value is (127,87,87). Sum of RGB (Red+Green+Blue) = 127+87+87=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5757 is #80A8A8. Grayscale: #636363. Windows color (decimal): -8431785 or 5724031. OLE color: 5724031.

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

Color convert

RGB1278787-
CMYK00.310.310.50
HSL18.69%41.96%-
HSV(B)31.5%49.8%-
XYZ13.8812.0210.6-
YUV98.96121.25148-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.19%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=42.19%
G=28.90%
B=28.90%

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
Decimal127878700.310.310.50018.6941.96
Hex7F575701F1F320132a
Octal177127127037376202352
Binary11111111010111101011101111111111110010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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