#7F5D5C

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

Shades of Light Wood #7F5D5C

Tints of Light Wood #7F5D5C

Color information

#7F5D5C (or 0x7F5D5C) is unknown color: approx Light Wood. HEX triplet: 7F, 5D and 5C. RGB value is (127,93,92). Sum of RGB (Red+Green+Blue) = 127+93+92=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5D5C is #80A2A3. Grayscale: #676767. Windows color (decimal): -8430244 or 6053247. OLE color: 6053247.

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

Color convert

RGB1279392-
CMYK00.270.280.50
HSL1.71º15.98%42.94%-
HSV(B)1.71º27.56%49.8%-
XYZ14.613.1111.89-
YUV103.05121.76145.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.71%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=40.71%
G=29.81%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127939200.270.280.501.7115.9842.94
Hex7F5D5C01B1C322102b
Octal177135134033346222053
Binary111111110111011011100011011111001100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,92); }

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

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

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

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

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

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

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