#78670A

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

Shades of Yukon Gold #78670A

Tints of Yukon Gold #78670A

Color information

#78670A (or 0x78670A) is unknown color: approx Yukon Gold. HEX triplet: 78, 67 and 0A. RGB value is (120,103,10). Sum of RGB (Red+Green+Blue) = 120+103+10=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78670A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78670A is #8798F5. Grayscale: #616161. Windows color (decimal): -8886518 or 681848. OLE color: 681848.

HSL color Cylindrical-coordinate representation of color #78670A: hue angle of 50.73º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78670A is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB12010310-
CMYK00.140.920.53
HSL50.73º84.62%25.49%-
HSV(B)50.73º91.67%47.06%-
XYZ12.6513.722.27-
YUV97.4878.63144.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=51.50%
G=44.21%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201031000.140.920.5350.7384.6225.49
Hex7867A0E5C35335519
Octal17014712016134656312531
Binary111100011001111010011101011100110101110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,103,10); }

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

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

 a { background-color: rgb(120,103,10); }

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

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

 span { border-color: rgb(120,103,10); }

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