Html Css Color HEX #7C6047 Dark Wood

📋 copy color: '#7C6047'

red 124 ◦ green 96 ◦ blue 71

#7C6047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #7C6047

Tints of Dark Wood #7C6047

RGB

 RED value IS 124 (48.83% from 255) = 42.61%

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 42.61%
G = 32.99%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7C6047 (or 0x7C6047) is known color: Dark Wood. HEX triplet: 7C, 60 and 47. RGB value is (124,96,71). Sum of RGB (Red+Green+Blue) = 124+96+71=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6047 is #839FB8. Grayscale: #656565. Windows color (decimal): -8626105 or 4677756. OLE color: 4677756.

HSL color Cylindrical-coordinate representation of color #7C6047: hue angle of 28.3º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C6047 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 96 71 -
CMYK 0 0.23 0.43 0.51
HSL 28.3º 0.27% 0.38% -
HSV(B) 28.3º 0.43% 0.49% -
XYZ 13.63 13.11 7.77 -
YUV 101.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 124 96 71 0 0.23 0.43 0.51 28.3 0.27 0.38
Hex 7C 60 47 0 17 2B 33 1C 1B 26
Octal 174 140 107 0 27 53 63 34 33 46
Binary 1111100 1100000 1000111 0 10111 101011 110011 11100 11011 100110

Color Harmonies of #7C6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6047

Black with #7C6047

Text Example


Text Example

White with #7C6047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C6047;
 }
 .AnyTagClassName
 {
   color: #7C6047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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