Html Css Color HEX #7A6540 Yellow Metal

📋 copy color: '#7A6540'

red 122 ◦ green 101 ◦ blue 64

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

Shades of Yellow Metal #7A6540

Tints of Yellow Metal #7A6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 42.51%
G = 35.19%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A6540 (or 0x7A6540) is known color: Yellow Metal. HEX triplet: 7A, 65 and 40. RGB value is (122,101,64). Sum of RGB (Red+Green+Blue) = 122+101+64=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6540 is #859ABF. Grayscale: #676767. Windows color (decimal): -8755904 or 4220282. OLE color: 4220282.

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

Color convert

RGB 122 101 64 -
CMYK 0 0.17 0.48 0.52
HSL 38.28º 0.31% 0.36% -
HSV(B) 38.28º 0.48% 0.48% -
XYZ 13.61 13.82 6.8 -
YUV 103.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 122 101 64 0 0.17 0.48 0.52 38.28 0.31 0.36
Hex 7A 65 40 0 11 30 34 26 1F 24
Octal 172 145 100 0 21 60 64 46 37 44
Binary 1111010 1100101 1000000 0 10001 110000 110100 100110 11111 100100

Color Harmonies of #7A6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6540

Black with #7A6540

Text Example


Text Example

White with #7A6540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,101,64); }

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

background-color css

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

 a { background-color: rgb(122,101,64); }

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

border-color css

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

 span { border-color: rgb(122,101,64); }

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