#7B6047

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

Shades of Dark Wood #7B6047

Tints of Dark Wood #7B6047

Color information

#7B6047 (or 0x7B6047) is unknown color: approx Dark Wood. HEX triplet: 7B, 60 and 47. RGB value is (123,96,71). Sum of RGB (Red+Green+Blue) = 123+96+71=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6047 is #849FB8. Grayscale: #656565. Windows color (decimal): -8691641 or 4677755. OLE color: 4677755.

HSL color Cylindrical-coordinate representation of color #7B6047: hue angle of 28.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6047 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1239671-
CMYK00.220.420.52
HSL28.85º26.8%38.04%-
HSV(B)28.85º42.28%48.24%-
XYZ13.4913.037.77-
YUV101.22110.95143.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.41%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 71 (28.12% from 255) = 24.48%
R=42.41%
G=33.10%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123967100.220.420.5228.8526.838.04
Hex7B60470162A341d1b26
Octal1731401070265264353346
Binary1111011110000010001110101101010101101001110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,71); }

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

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

 a { background-color: rgb(123,96,71); }

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

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

 span { border-color: rgb(123,96,71); }

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