#7C5C4C

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

Shades of Dark Wood #7C5C4C

Tints of Dark Wood #7C5C4C

Color information

#7C5C4C (or 0x7C5C4C) is unknown color: approx Dark Wood. HEX triplet: 7C, 5C and 4C. RGB value is (124,92,76). Sum of RGB (Red+Green+Blue) = 124+92+76=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5C4C is #83A3B3. Grayscale: #636363. Windows color (decimal): -8627124 or 5004412. OLE color: 5004412.

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

Color convert

RGB1249276-
CMYK00.260.390.51
HSL20º24%39.22%-
HSV(B)20º38.71%48.63%-
XYZ13.4412.468.53-
YUV99.74114.6145.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=42.47%
G=31.51%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124927600.260.390.51202439.22
Hex7C5C4C01A2733141827
Octal1741341140324763243047
Binary1111100101110010011000110101001111100111010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,92,76); }

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

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

 a { background-color: rgb(124,92,76); }

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

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

 span { border-color: rgb(124,92,76); }

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