#7A6728

Color #7A6728 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7A6728

Tints of Yukon Gold #7A6728

Color information

#7A6728 (or 0x7A6728) is unknown color: approx Yukon Gold. HEX triplet: 7A, 67 and 28. RGB value is (122,103,40). Sum of RGB (Red+Green+Blue) = 122+103+40=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6728 is #8598D7. Grayscale: #656565. Windows color (decimal): -8755416 or 2647930. OLE color: 2647930.

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

Color convert

RGB12210340-
CMYK00.160.670.52
HSL46.1º50.62%31.76%-
HSV(B)46.1º67.21%47.84%-
XYZ13.2613.994.01-
YUV101.593.29142.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=46.04%
G=38.87%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221034000.160.670.5246.150.6231.76
Hex7A672801043342e3320
Octal1721475002010364566340
Binary111101011001111010000100001000011110100101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,40); }

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

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

 a { background-color: rgb(122,103,40); }

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

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

 span { border-color: rgb(122,103,40); }

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