Html Css Color HEX #7A6D3C Yellow Metal

📋 copy color: '#7A6D3C'

red 122 ◦ green 109 ◦ blue 60

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

Shades of Yellow Metal #7A6D3C

Tints of Yellow Metal #7A6D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 41.92%
G = 37.46%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A6D3C (or 0x7A6D3C) is known color: Yellow Metal. HEX triplet: 7A, 6D and 3C. RGB value is (122,109,60). Sum of RGB (Red+Green+Blue) = 122+109+60=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D3C is #8592C3. Grayscale: #6B6B6B. Windows color (decimal): -8753860 or 3960186. OLE color: 3960186.

HSL color Cylindrical-coordinate representation of color #7A6D3C: hue angle of 47.42º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A6D3C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 109 60 -
CMYK 0 0.11 0.51 0.52
HSL 47.42º 0.34% 0.36% -
HSV(B) 47.42º 0.51% 0.48% -
XYZ 14.31 15.4 6.49 -
YUV 107.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 122 109 60 0 0.11 0.51 0.52 47.42 0.34 0.36
Hex 7A 6D 3C 0 B 33 34 2F 22 24
Octal 172 155 74 0 13 63 64 57 42 44
Binary 1111010 1101101 111100 0 1011 110011 110100 101111 100010 100100

Color Harmonies of #7A6D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6D3C

Black with #7A6D3C

Text Example


Text Example

White with #7A6D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,60); }

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

background-color css

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

 a { background-color: rgb(122,109,60); }

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

border-color css

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

 span { border-color: rgb(122,109,60); }

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