#7A6822

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

Shades of Yukon Gold #7A6822

Tints of Yukon Gold #7A6822

Color information

#7A6822 (or 0x7A6822) is unknown color: approx Yukon Gold. HEX triplet: 7A, 68 and 22. RGB value is (122,104,34). Sum of RGB (Red+Green+Blue) = 122+104+34=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6822 is #8597DD. Grayscale: #656565. Windows color (decimal): -8755166 or 2254970. OLE color: 2254970.

HSL color Cylindrical-coordinate representation of color #7A6822: hue angle of 47.73º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A6822 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB12210434-
CMYK00.150.720.52
HSL47.73º56.41%30.59%-
HSV(B)47.73º72.13%47.84%-
XYZ13.2714.153.55-
YUV101.489.96142.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.92%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 34 (13.67% from 255) = 13.08%
R=46.92%
G=40%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221043400.150.720.5247.7356.4130.59
Hex7A68220F483430381f
Octal1721504201711064607037
Binary1111010110100010001001111100100011010011000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,104,34); }

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

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

 a { background-color: rgb(122,104,34); }

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

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

 span { border-color: rgb(122,104,34); }

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