#7A6440

Color #7A6440 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #7A6440

Tints of Yellow Metal #7A6440

Color information

#7A6440 (or 0x7A6440) is unknown color: approx Yellow Metal. HEX triplet: 7A, 64 and 40. RGB value is (122,100,64). Sum of RGB (Red+Green+Blue) = 122+100+64=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6440 is #859BBF. Grayscale: #666666. Windows color (decimal): -8756160 or 4220026. OLE color: 4220026.

HSL color Cylindrical-coordinate representation of color #7A6440: hue angle of 37.24º 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 #7A6440 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB12210064-
CMYK00.180.480.52
HSL37.24º31.18%36.47%-
HSV(B)37.24º47.54%47.84%-
XYZ13.5113.626.77-
YUV102.47106.29141.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.66%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=42.66%
G=34.97%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221006400.180.480.5237.2431.1836.47
Hex7A64400123034251f24
Octal1721441000226064453744
Binary11110101100100100000001001011000011010010010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A6440;
 }
 .AnyTagClassName
 {
   color: #7A6440;
 }
</style>
background-color css

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

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

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

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

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

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