#7C624A

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

Shades of Dark Wood #7C624A

Tints of Dark Wood #7C624A

Color information

#7C624A (or 0x7C624A) is unknown color: approx Dark Wood. HEX triplet: 7C, 62 and 4A. RGB value is (124,98,74). Sum of RGB (Red+Green+Blue) = 124+98+74=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C624A is #839DB5. Grayscale: #676767. Windows color (decimal): -8625590 or 4874876. OLE color: 4874876.

HSL color Cylindrical-coordinate representation of color #7C624A: hue angle of 28.8º 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 #7C624A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1249874-
CMYK00.210.400.51
HSL28.8º25.25%38.82%-
HSV(B)28.8º40.32%48.63%-
XYZ13.9213.518.35-
YUV103.04111.61142.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 74 (29.30% from 255) = 25%
R=41.89%
G=33.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124987400.210.400.5128.825.2538.82
Hex7C624A01528331d1927
Octal1741421120255063353147
Binary1111100110001010010100101011010001100111110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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