#78681A

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

Shades of Yukon Gold #78681A

Tints of Yukon Gold #78681A

Color information

#78681A (or 0x78681A) is unknown color: approx Yukon Gold. HEX triplet: 78, 68 and 1A. RGB value is (120,104,26). Sum of RGB (Red+Green+Blue) = 120+104+26=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78681A is #8797E5. Grayscale: #646464. Windows color (decimal): -8886246 or 1730680. OLE color: 1730680.

HSL color Cylindrical-coordinate representation of color #78681A: hue angle of 49.79º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78681A is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB12010426-
CMYK00.130.780.53
HSL49.79º64.38%28.63%-
HSV(B)49.79º78.33%47.06%-
XYZ12.8813.972.99-
YUV99.8986.3142.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=48%
G=41.6%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201042600.130.780.5349.7964.3828.63
Hex78681A0D4E3532401d
Octal17015032015116656210035
Binary1111000110100011010011011001110110101110010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78681A; }

 p { color: rgb(120,104,26); }

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

<style>
 a { background-color: #78681A; }

 a { background-color: rgb(120,104,26); }

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

<style>
 span { border-color: #78681A; }

 span { border-color: rgb(120,104,26); }

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