#7A6714

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

Shades of Yukon Gold #7A6714

Tints of Yukon Gold #7A6714

Color information

#7A6714 (or 0x7A6714) is unknown color: approx Yukon Gold. HEX triplet: 7A, 67 and 14. RGB value is (122,103,20). Sum of RGB (Red+Green+Blue) = 122+103+20=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6714 is #8598EB. Grayscale: #636363. Windows color (decimal): -8755436 or 1337210. OLE color: 1337210.

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

Color convert

RGB12210320-
CMYK00.160.840.52
HSL48.82º71.83%27.84%-
HSV(B)48.82º83.61%47.84%-
XYZ1313.892.66-
YUV99.2283.29144.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.80%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=49.80%
G=42.04%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221032000.160.840.5248.8271.8327.84
Hex7A6714010543431481c
Octal17214724020124646111034
Binary11110101100111101000100001010100110100110001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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