#7A663C

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

Shades of Yellow Metal #7A663C

Tints of Yellow Metal #7A663C

Color information

#7A663C (or 0x7A663C) is unknown color: approx Yellow Metal. HEX triplet: 7A, 66 and 3C. RGB value is (122,102,60). Sum of RGB (Red+Green+Blue) = 122+102+60=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A663C is #8599C3. Grayscale: #676767. Windows color (decimal): -8755652 or 3958394. OLE color: 3958394.

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

Color convert

RGB12210260-
CMYK00.160.510.52
HSL40.65º34.07%35.69%-
HSV(B)40.65º50.82%47.84%-
XYZ13.5913.976.25-
YUV103.19103.63141.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=42.96%
G=35.92%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221026000.160.510.5240.6534.0735.69
Hex7A663C0103334292224
Octal172146740206364514244
Binary11110101100110111100010000110011110100101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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