Html Css Color HEX #7A6B3A Yellow Metal

📋 copy color: '#7A6B3A'

red 122 ◦ green 107 ◦ blue 58

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

Shades of Yellow Metal #7A6B3A

Tints of Yellow Metal #7A6B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.28%

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 42.51%
G = 37.28%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A6B3A (or 0x7A6B3A) is known color: Yellow Metal. HEX triplet: 7A, 6B and 3A. RGB value is (122,107,58). Sum of RGB (Red+Green+Blue) = 122+107+58=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B3A is #8594C5. Grayscale: #6A6A6A. Windows color (decimal): -8754374 or 3828602. OLE color: 3828602.

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

Color convert

RGB 122 107 58 -
CMYK 0 0.12 0.52 0.52
HSL 45.94º 0.36% 0.35% -
HSV(B) 45.94º 0.52% 0.48% -
XYZ 14.05 14.96 6.15 -
YUV 105.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 122 107 58 0 0.12 0.52 0.52 45.94 0.36 0.35
Hex 7A 6B 3A 0 C 34 34 2E 24 23
Octal 172 153 72 0 14 64 64 56 44 43
Binary 1111010 1101011 111010 0 1100 110100 110100 101110 100100 100011

Color Harmonies of #7A6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6B3A

Black with #7A6B3A

Text Example


Text Example

White with #7A6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,107,58); }

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

background-color css

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

 a { background-color: rgb(122,107,58); }

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

border-color css

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

 span { border-color: rgb(122,107,58); }

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