Html Css Color HEX #7C6448 Dark Wood

📋 copy color: '#7C6448'

red 124 ◦ green 100 ◦ blue 72

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

Shades of Dark Wood #7C6448

Tints of Dark Wood #7C6448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 41.89%
G = 33.78%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7C6448 (or 0x7C6448) is known color: Dark Wood. HEX triplet: 7C, 64 and 48. RGB value is (124,100,72). Sum of RGB (Red+Green+Blue) = 124+100+72=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6448 is #839BB7. Grayscale: #686868. Windows color (decimal): -8625080 or 4744316. OLE color: 4744316.

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

Color convert

RGB 124 100 72 -
CMYK 0 0.19 0.42 0.51
HSL 32.31º 0.27% 0.38% -
HSV(B) 32.31º 0.42% 0.49% -
XYZ 14.04 13.87 8.07 -
YUV 103.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 124 100 72 0 0.19 0.42 0.51 32.31 0.27 0.38
Hex 7C 64 48 0 13 2A 33 20 1B 26
Octal 174 144 110 0 23 52 63 40 33 46
Binary 1111100 1100100 1001000 0 10011 101010 110011 100000 11011 100110

Color Harmonies of #7C6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6448

Black with #7C6448

Text Example


Text Example

White with #7C6448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,72); }

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

background-color css

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

 a { background-color: rgb(124,100,72); }

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

border-color css

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

 span { border-color: rgb(124,100,72); }

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