#776810

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

Shades of Yukon Gold #776810

Tints of Yukon Gold #776810

Color information

#776810 (or 0x776810) is unknown color: approx Yukon Gold. HEX triplet: 77, 68 and 10. RGB value is (119,104,16). Sum of RGB (Red+Green+Blue) = 119+104+16=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776810 is #8897EF. Grayscale: #626262. Windows color (decimal): -8951792 or 1075319. OLE color: 1075319.

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

Color convert

RGB11910416-
CMYK00.130.870.53
HSL51.26º76.3%26.47%-
HSV(B)51.26º86.55%46.67%-
XYZ12.6513.862.5-
YUV98.4581.47142.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=49.79%
G=43.51%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191041600.130.870.5351.2676.326.47
Hex7768100D5735334c1a
Octal16715020015127656311432
Binary1110111110100010000011011010111110101110011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776810; }

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

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

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

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

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

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

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

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