Html Css Color HEX #7C5E44 Dark Wood

📋 copy color: '#7C5E44'

red 124 ◦ green 94 ◦ blue 68

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

Shades of Dark Wood #7C5E44

Tints of Dark Wood #7C5E44

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 43.36%
G = 32.87%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C5E44 (or 0x7C5E44) is known color: Dark Wood. HEX triplet: 7C, 5E and 44. RGB value is (124,94,68). Sum of RGB (Red+Green+Blue) = 124+94+68=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E44 is #83A1BB. Grayscale: #646464. Windows color (decimal): -8626620 or 4480636. OLE color: 4480636.

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

Color convert

RGB 124 94 68 -
CMYK 0 0.24 0.45 0.51
HSL 27.86º 0.29% 0.38% -
HSV(B) 27.86º 0.45% 0.49% -
XYZ 13.36 12.71 7.22 -
YUV 100.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 124 94 68 0 0.24 0.45 0.51 27.86 0.29 0.38
Hex 7C 5E 44 0 18 2D 33 1C 1D 26
Octal 174 136 104 0 30 55 63 34 35 46
Binary 1111100 1011110 1000100 0 11000 101101 110011 11100 11101 100110

Color Harmonies of #7C5E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E44

Black with #7C5E44

Text Example


Text Example

White with #7C5E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,68); }

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

background-color css

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

 a { background-color: rgb(124,94,68); }

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

border-color css

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

 span { border-color: rgb(124,94,68); }

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