Html Css Color HEX #7A5C49 Dark Wood

📋 copy color: '#7A5C49'

red 122 ◦ green 92 ◦ blue 73

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

Shades of Dark Wood #7A5C49

Tints of Dark Wood #7A5C49

RGB

 RED value IS 122 (48.05% from 255) = 42.51%

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 42.51%
G = 32.06%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#7A5C49 (or 0x7A5C49) is known color: Dark Wood. HEX triplet: 7A, 5C and 49. RGB value is (122,92,73). Sum of RGB (Red+Green+Blue) = 122+92+73=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5C49 is #85A3B6. Grayscale: #626262. Windows color (decimal): -8758199 or 4807802. OLE color: 4807802.

HSL color Cylindrical-coordinate representation of color #7A5C49: hue angle of 23.27º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A5C49 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 92 73 -
CMYK 0 0.25 0.40 0.52
HSL 23.27º 0.25% 0.38% -
HSV(B) 23.27º 0.4% 0.48% -
XYZ 13.06 12.27 7.98 -
YUV 98.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 122 92 73 0 0.25 0.40 0.52 23.27 0.25 0.38
Hex 7A 5C 49 0 19 28 34 17 19 26
Octal 172 134 111 0 31 50 64 27 31 46
Binary 1111010 1011100 1001001 0 11001 101000 110100 10111 11001 100110

Color Harmonies of #7A5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5C49

Black with #7A5C49

Text Example


Text Example

White with #7A5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,92,73); }

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

background-color css

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

 a { background-color: rgb(122,92,73); }

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

border-color css

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

 span { border-color: rgb(122,92,73); }

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