#7C614A

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

Shades of Dark Wood #7C614A

Tints of Dark Wood #7C614A

Color information

#7C614A (or 0x7C614A) is unknown color: approx Dark Wood. HEX triplet: 7C, 61 and 4A. RGB value is (124,97,74). Sum of RGB (Red+Green+Blue) = 124+97+74=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C614A is #839EB5. Grayscale: #666666. Windows color (decimal): -8625846 or 4874620. OLE color: 4874620.

HSL color Cylindrical-coordinate representation of color #7C614A: hue angle of 27.6º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C614A is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1249774-
CMYK00.220.400.51
HSL27.6º25.25%38.82%-
HSV(B)27.6º40.32%48.63%-
XYZ13.8213.338.32-
YUV102.45111.95143.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=42.03%
G=32.88%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124977400.220.400.5127.625.2538.82
Hex7C614A01628331c1927
Octal1741411120265063343147
Binary1111100110000110010100101101010001100111110011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,74); }

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

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

 a { background-color: rgb(124,97,74); }

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

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

 span { border-color: rgb(124,97,74); }

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