Html Css Color HEX #7A6438 Yellow Metal

📋 copy color: '#7A6438'

red 122 ◦ green 100 ◦ blue 56

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

Shades of Yellow Metal #7A6438

Tints of Yellow Metal #7A6438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 43.88%
G = 35.97%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7A6438 (or 0x7A6438) is known color: Yellow Metal. HEX triplet: 7A, 64 and 38. RGB value is (122,100,56). Sum of RGB (Red+Green+Blue) = 122+100+56=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6438 is #859BC7. Grayscale: #656565. Windows color (decimal): -8756168 or 3695738. OLE color: 3695738.

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

Color convert

RGB 122 100 56 -
CMYK 0 0.18 0.54 0.52
HSL 40º 0.37% 0.35% -
HSV(B) 40º 0.54% 0.48% -
XYZ 13.3 13.54 5.65 -
YUV 101.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 122 100 56 0 0.18 0.54 0.52 40 0.37 0.35
Hex 7A 64 38 0 12 36 34 28 25 23
Octal 172 144 70 0 22 66 64 50 45 43
Binary 1111010 1100100 111000 0 10010 110110 110100 101000 100101 100011

Color Harmonies of #7A6438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6438

Black with #7A6438

Text Example


Text Example

White with #7A6438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,100,56); }

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

background-color css

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

 a { background-color: rgb(122,100,56); }

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

border-color css

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

 span { border-color: rgb(122,100,56); }

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