#7A6711

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

Shades of Yukon Gold #7A6711

Tints of Yukon Gold #7A6711

Color information

#7A6711 (or 0x7A6711) is unknown color: approx Yukon Gold. HEX triplet: 7A, 67 and 11. RGB value is (122,103,17). Sum of RGB (Red+Green+Blue) = 122+103+17=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6711 is #8598EE. Grayscale: #636363. Windows color (decimal): -8755439 or 1140602. OLE color: 1140602.

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

Color convert

RGB12210317-
CMYK00.160.860.52
HSL49.14º75.54%27.25%-
HSV(B)49.14º86.07%47.84%-
XYZ12.9813.882.53-
YUV98.8881.79144.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.41%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 17 (7.03% from 255) = 7.02%
R=50.41%
G=42.56%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221031700.160.860.5249.1475.5427.25
Hex7A67110105634314c1b
Octal17214721020126646111433
Binary11110101100111100010100001010110110100110001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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