Html Css Color HEX #7A6744 Yellow Metal

📋 copy color: '#7A6744'

red 122 ◦ green 103 ◦ blue 68

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

Shades of Yellow Metal #7A6744

Tints of Yellow Metal #7A6744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

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

R = 41.64%
G = 35.15%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7A6744 (or 0x7A6744) is known color: Yellow Metal. HEX triplet: 7A, 67 and 44. RGB value is (122,103,68). Sum of RGB (Red+Green+Blue) = 122+103+68=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6744 is #8598BB. Grayscale: #686868. Windows color (decimal): -8755388 or 4482938. OLE color: 4482938.

HSL color Cylindrical-coordinate representation of color #7A6744: hue angle of 38.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A6744 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 103 68 -
CMYK 0 0.16 0.44 0.52
HSL 38.89º 0.28% 0.37% -
HSV(B) 38.89º 0.44% 0.48% -
XYZ 13.92 14.26 7.49 -
YUV 104.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 122 103 68 0 0.16 0.44 0.52 38.89 0.28 0.37
Hex 7A 67 44 0 10 2C 34 27 1C 25
Octal 172 147 104 0 20 54 64 47 34 45
Binary 1111010 1100111 1000100 0 10000 101100 110100 100111 11100 100101

Color Harmonies of #7A6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6744

Black with #7A6744

Text Example


Text Example

White with #7A6744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,103,68); }

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

background-color css

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

 a { background-color: rgb(122,103,68); }

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

border-color css

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

 span { border-color: rgb(122,103,68); }

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