#7F6447

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

Shades of Dark Wood #7F6447

Tints of Dark Wood #7F6447

Color information

#7F6447 (or 0x7F6447) is unknown color: approx Dark Wood. HEX triplet: 7F, 64 and 47. RGB value is (127,100,71). Sum of RGB (Red+Green+Blue) = 127+100+71=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6447 is #809BB8. Grayscale: #686868. Windows color (decimal): -8428473 or 4678783. OLE color: 4678783.

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

Color convert

RGB12710071-
CMYK00.210.440.50
HSL31.07º28.28%38.82%-
HSV(B)31.07º44.09%49.8%-
XYZ14.4514.087.92-
YUV104.77108.95143.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.62%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=42.62%
G=33.56%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271007100.210.440.5031.0728.2838.82
Hex7F64470152C321f1c27
Octal1771441070255462373447
Binary1111111110010010001110101011011001100101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,71); }

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

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

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

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

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

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

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