#7A6005

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

Shades of Yukon Gold #7A6005

Tints of Yukon Gold #7A6005

Color information

#7A6005 (or 0x7A6005) is unknown color: approx Yukon Gold. HEX triplet: 7A, 60 and 05. RGB value is (122,96,5). Sum of RGB (Red+Green+Blue) = 122+96+5=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6005 is #859FFA. Grayscale: #5D5D5D. Windows color (decimal): -8757243 or 352378. OLE color: 352378.

HSL color Cylindrical-coordinate representation of color #7A6005: hue angle of 46.67º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A6005 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB122965-
CMYK00.210.960.52
HSL46.67º92.13%24.9%-
HSV(B)46.67º95.9%47.84%-
XYZ12.2412.511.91-
YUV93.478.11148.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.71%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=54.71%
G=43.05%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12296500.210.960.5246.6792.1324.9
Hex7A60501560342f5c19
Octal1721405025140645713431
Binary111101011000001010101011100000110100101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,5); }

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

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

 a { background-color: rgb(122,96,5); }

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

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

 span { border-color: rgb(122,96,5); }

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