#7A7014

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

Shades of Yukon Gold #7A7014

Tints of Yukon Gold #7A7014

Color information

#7A7014 (or 0x7A7014) is unknown color: approx Yukon Gold. HEX triplet: 7A, 70 and 14. RGB value is (122,112,20). Sum of RGB (Red+Green+Blue) = 122+112+20=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7014 is #858FEB. Grayscale: #686868. Windows color (decimal): -8753132 or 1339514. OLE color: 1339514.

HSL color Cylindrical-coordinate representation of color #7A7014: hue angle of 54.12º 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 #7A7014 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB12211220-
CMYK00.080.840.52
HSL54.12º71.83%27.84%-
HSV(B)54.12º83.61%47.84%-
XYZ13.9515.782.97-
YUV104.580.31140.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.03%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 20 (8.20% from 255) = 7.87%
R=48.03%
G=44.09%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221122000.080.840.5254.1271.8327.84
Hex7A701408543436481c
Octal17216024010124646611034
Binary1111010111000010100010001010100110100110110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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