#7A6507

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

Shades of Yukon Gold #7A6507

Tints of Yukon Gold #7A6507

Color information

#7A6507 (or 0x7A6507) is unknown color: approx Yukon Gold. HEX triplet: 7A, 65 and 07. RGB value is (122,101,7). Sum of RGB (Red+Green+Blue) = 122+101+7=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6507 is #859AF8. Grayscale: #606060. Windows color (decimal): -8755961 or 484730. OLE color: 484730.

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

Color convert

RGB1221017-
CMYK00.170.940.52
HSL49.04º89.15%25.29%-
HSV(B)49.04º94.26%47.84%-
XYZ12.7213.462.13-
YUV96.5677.46146.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.04%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 7 (3.12% from 255) = 3.04%
R=53.04%
G=43.91%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122101700.170.940.5249.0489.1525.29
Hex7A6570115E34315919
Octal1721457021136646113131
Binary111101011001011110100011011110110100110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,7); }

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

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

 a { background-color: rgb(122,101,7); }

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

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

 span { border-color: rgb(122,101,7); }

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