#7A663F

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

Shades of Yellow Metal #7A663F

Tints of Yellow Metal #7A663F

Color information

#7A663F (or 0x7A663F) is unknown color: approx Yellow Metal. HEX triplet: 7A, 66 and 3F. RGB value is (122,102,63). Sum of RGB (Red+Green+Blue) = 122+102+63=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A663F is #8599C0. Grayscale: #676767. Windows color (decimal): -8755649 or 4155002. OLE color: 4155002.

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

Color convert

RGB12210263-
CMYK00.160.480.52
HSL39.66º31.89%36.27%-
HSV(B)39.66º48.36%47.84%-
XYZ13.67146.68-
YUV103.53105.13141.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 63 (25% from 255) = 21.95%
R=42.51%
G=35.54%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221026300.160.480.5239.6631.8936.27
Hex7A663F0103034282024
Octal172146770206064504044
Binary11110101100110111111010000110000110100101000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,63); }

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

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

 a { background-color: rgb(122,102,63); }

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

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

 span { border-color: rgb(122,102,63); }

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