Html Css Color HEX #7D6444 Dark Wood

📋 copy color: '#7D6444'

red 125 ◦ green 100 ◦ blue 68

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

Shades of Dark Wood #7D6444

Tints of Dark Wood #7D6444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 42.66%
G = 34.13%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D6444 (or 0x7D6444) is known color: Dark Wood. HEX triplet: 7D, 64 and 44. RGB value is (125,100,68). Sum of RGB (Red+Green+Blue) = 125+100+68=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6444 is #829BBB. Grayscale: #676767. Windows color (decimal): -8559548 or 4482173. OLE color: 4482173.

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

Color convert

RGB 125 100 68 -
CMYK 0 0.2 0.46 0.51
HSL 33.68º 0.3% 0.38% -
HSV(B) 33.68º 0.46% 0.49% -
XYZ 14.06 13.89 7.41 -
YUV 103.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 125 100 68 0 0.2 0.46 0.51 33.68 0.3 0.38
Hex 7D 64 44 0 14 2E 33 22 1E 26
Octal 175 144 104 0 24 56 63 42 36 46
Binary 1111101 1100100 1000100 0 10100 101110 110011 100010 11110 100110

Color Harmonies of #7D6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6444

Black with #7D6444

Text Example


Text Example

White with #7D6444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,68); }

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

background-color css

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

 a { background-color: rgb(125,100,68); }

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

border-color css

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

 span { border-color: rgb(125,100,68); }

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