Html Css Color HEX #7D6147 Dark Wood

📋 copy color: '#7D6147'

red 125 ◦ green 97 ◦ blue 71

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

Shades of Dark Wood #7D6147

Tints of Dark Wood #7D6147

RGB

 RED value IS 125 (49.22% from 255) = 42.66%

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 42.66%
G = 33.11%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7D6147 (or 0x7D6147) is known color: Dark Wood. HEX triplet: 7D, 61 and 47. RGB value is (125,97,71). Sum of RGB (Red+Green+Blue) = 125+97+71=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6147 is #829EB8. Grayscale: #666666. Windows color (decimal): -8560313 or 4678013. OLE color: 4678013.

HSL color Cylindrical-coordinate representation of color #7D6147: hue angle of 28.89º degrees, saturation: 0.28, 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 #7D6147 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 97 71 -
CMYK 0 0.22 0.43 0.51
HSL 28.89º 0.28% 0.38% -
HSV(B) 28.89º 0.43% 0.49% -
XYZ 13.87 13.36 7.81 -
YUV 102.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 125 97 71 0 0.22 0.43 0.51 28.89 0.28 0.38
Hex 7D 61 47 0 16 2B 33 1D 1C 26
Octal 175 141 107 0 26 53 63 35 34 46
Binary 1111101 1100001 1000111 0 10110 101011 110011 11101 11100 100110

Color Harmonies of #7D6147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6147

Black with #7D6147

Text Example


Text Example

White with #7D6147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,97,71); }

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

background-color css

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

 a { background-color: rgb(125,97,71); }

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

border-color css

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

 span { border-color: rgb(125,97,71); }

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