#77680D

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

Shades of Yukon Gold #77680D

Tints of Yukon Gold #77680D

Color information

#77680D (or 0x77680D) is unknown color: approx Yukon Gold. HEX triplet: 77, 68 and 0D. RGB value is (119,104,13). Sum of RGB (Red+Green+Blue) = 119+104+13=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77680D is #8897F2. Grayscale: #626262. Windows color (decimal): -8951795 or 878711. OLE color: 878711.

HSL color Cylindrical-coordinate representation of color #77680D: hue angle of 51.51º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77680D is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB11910413-
CMYK00.130.890.53
HSL51.51º80.3%25.88%-
HSV(B)51.51º89.08%46.67%-
XYZ12.6313.852.39-
YUV98.1179.97142.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=50.42%
G=44.07%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191041300.130.890.5351.5180.325.88
Hex7768D0D593534501a
Octal16715015015131656412032
Binary111011111010001101011011011001110101110100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77680D; }

 p { color: rgb(119,104,13); }

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

<style>
 a { background-color: #77680D; }

 a { background-color: rgb(119,104,13); }

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

<style>
 span { border-color: #77680D; }

 span { border-color: rgb(119,104,13); }

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