#776711

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

Shades of Yukon Gold #776711

Tints of Yukon Gold #776711

Color information

#776711 (or 0x776711) is unknown color: approx Yukon Gold. HEX triplet: 77, 67 and 11. RGB value is (119,103,17). Sum of RGB (Red+Green+Blue) = 119+103+17=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776711 is #8898EE. Grayscale: #626262. Windows color (decimal): -8952047 or 1140599. OLE color: 1140599.

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

Color convert

RGB11910317-
CMYK00.130.860.53
HSL50.59º75%26.67%-
HSV(B)50.59º85.71%46.67%-
XYZ12.5613.662.51-
YUV97.9882.3142.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 17 (7.03% from 255) = 7.11%
R=49.79%
G=43.10%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191031700.130.860.5350.597526.67
Hex7767110D5635334b1b
Octal16714721015126656311333
Binary1110111110011110001011011010110110101110011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776711; }

 p { color: rgb(119,103,17); }

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

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

 a { background-color: rgb(119,103,17); }

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

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

 span { border-color: rgb(119,103,17); }

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