#78620A

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

Shades of Yukon Gold #78620A

Tints of Yukon Gold #78620A

Color information

#78620A (or 0x78620A) is unknown color: approx Yukon Gold. HEX triplet: 78, 62 and 0A. RGB value is (120,98,10). Sum of RGB (Red+Green+Blue) = 120+98+10=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78620A is #879DF5. Grayscale: #5E5E5E. Windows color (decimal): -8887798 or 680568. OLE color: 680568.

HSL color Cylindrical-coordinate representation of color #78620A: hue angle of 48º 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 #78620A is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1209810-
CMYK00.180.920.53
HSL48º84.62%25.49%-
HSV(B)48º91.67%47.06%-
XYZ12.1712.752.11-
YUV94.5580.29146.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 10 (4.30% from 255) = 4.39%
R=52.63%
G=42.98%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120981000.180.920.534884.6225.49
Hex7862A0125C35305519
Octal17014212022134656012531
Binary1111000110001010100100101011100110101110000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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