Html Css Color HEX #7C6142 Dark Wood

📋 copy color: '#7C6142'

red 124 ◦ green 97 ◦ blue 66

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

Shades of Dark Wood #7C6142

Tints of Dark Wood #7C6142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23%

R = 43.21%
G = 33.8%
B = 23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C6142 (or 0x7C6142) is known color: Dark Wood. HEX triplet: 7C, 61 and 42. RGB value is (124,97,66). Sum of RGB (Red+Green+Blue) = 124+97+66=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6142 is #839EBD. Grayscale: #656565. Windows color (decimal): -8625854 or 4350332. OLE color: 4350332.

HSL color Cylindrical-coordinate representation of color #7C6142: hue angle of 32.07º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C6142 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 97 66 -
CMYK 0 0.22 0.47 0.51
HSL 32.07º 0.31% 0.37% -
HSV(B) 32.07º 0.47% 0.49% -
XYZ 13.57 13.23 6.99 -
YUV 101.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 124 97 66 0 0.22 0.47 0.51 32.07 0.31 0.37
Hex 7C 61 42 0 16 2F 33 20 1F 25
Octal 174 141 102 0 26 57 63 40 37 45
Binary 1111100 1100001 1000010 0 10110 101111 110011 100000 11111 100101

Color Harmonies of #7C6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6142

Black with #7C6142

Text Example


Text Example

White with #7C6142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,66); }

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

background-color css

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

 a { background-color: rgb(124,97,66); }

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

border-color css

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

 span { border-color: rgb(124,97,66); }

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