#7A623A

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

Shades of Yellow Metal #7A623A

Tints of Yellow Metal #7A623A

Color information

#7A623A (or 0x7A623A) is unknown color: approx Yellow Metal. HEX triplet: 7A, 62 and 3A. RGB value is (122,98,58). Sum of RGB (Red+Green+Blue) = 122+98+58=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A623A is #859DC5. Grayscale: #646464. Windows color (decimal): -8756678 or 3826298. OLE color: 3826298.

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

Color convert

RGB1229858-
CMYK00.200.520.52
HSL37.5º35.56%35.29%-
HSV(B)37.5º52.46%47.84%-
XYZ13.1613.185.85-
YUV100.62103.95143.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=43.88%
G=35.25%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122985800.200.520.5237.535.5635.29
Hex7A623A0143434262423
Octal172142720246464464443
Binary11110101100010111010010100110100110100100110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,98,58); }

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

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

 a { background-color: rgb(122,98,58); }

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

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

 span { border-color: rgb(122,98,58); }

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