#7A7112

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

Shades of Yukon Gold #7A7112

Tints of Yukon Gold #7A7112

Color information

#7A7112 (or 0x7A7112) is unknown color: approx Yukon Gold. HEX triplet: 7A, 71 and 12. RGB value is (122,113,18). Sum of RGB (Red+Green+Blue) = 122+113+18=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7112 is #858EED. Grayscale: #696969. Windows color (decimal): -8752878 or 1208698. OLE color: 1208698.

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

Color convert

RGB12211318-
CMYK00.070.850.52
HSL54.81º74.29%27.45%-
HSV(B)54.81º85.25%47.84%-
XYZ14.0415.992.92-
YUV104.8678.98140.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.22%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=48.22%
G=44.66%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221131800.070.850.5254.8174.2927.45
Hex7A7112075534374a1b
Octal1721612207125646711233
Binary111101011100011001001111010101110100110111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,18); }

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

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

 a { background-color: rgb(122,113,18); }

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

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

 span { border-color: rgb(122,113,18); }

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