Html Css Color HEX #7A6B39 Yellow Metal

📋 copy color: '#7A6B39'

red 122 ◦ green 107 ◦ blue 57

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

Shades of Yellow Metal #7A6B39

Tints of Yellow Metal #7A6B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.93%

R = 42.66%
G = 37.41%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7A6B39 (or 0x7A6B39) is known color: Yellow Metal. HEX triplet: 7A, 6B and 39. RGB value is (122,107,57). Sum of RGB (Red+Green+Blue) = 122+107+57=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B39 is #8594C6. Grayscale: #696969. Windows color (decimal): -8754375 or 3763066. OLE color: 3763066.

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

Color convert

RGB 122 107 57 -
CMYK 0 0.12 0.53 0.52
HSL 46.15º 0.36% 0.35% -
HSV(B) 46.15º 0.53% 0.48% -
XYZ 14.02 14.95 6.02 -
YUV 105.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 122 107 57 0 0.12 0.53 0.52 46.15 0.36 0.35
Hex 7A 6B 39 0 C 35 34 2E 24 23
Octal 172 153 71 0 14 65 64 56 44 43
Binary 1111010 1101011 111001 0 1100 110101 110100 101110 100100 100011

Color Harmonies of #7A6B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6B39

Black with #7A6B39

Text Example


Text Example

White with #7A6B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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