#7C7312

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

Shades of Yukon Gold #7C7312

Tints of Yukon Gold #7C7312

Color information

#7C7312 (or 0x7C7312) is unknown color: approx Yukon Gold. HEX triplet: 7C, 73 and 12. RGB value is (124,115,18). Sum of RGB (Red+Green+Blue) = 124+115+18=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7312 is #838CED. Grayscale: #6B6B6B. Windows color (decimal): -8621294 or 1209212. OLE color: 1209212.

HSL color Cylindrical-coordinate representation of color #7C7312: hue angle of 54.91º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C7312 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB12411518-
CMYK00.070.850.51
HSL54.91º74.65%27.84%-
HSV(B)54.91º85.48%48.63%-
XYZ14.5516.593.01-
YUV106.6377.98140.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.25%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=48.25%
G=44.75%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241151800.070.850.5154.9174.6527.84
Hex7C7312075533374b1c
Octal1741632207125636711334
Binary111110011100111001001111010101110011110111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,115,18); }

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

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

 a { background-color: rgb(124,115,18); }

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

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

 span { border-color: rgb(124,115,18); }

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