#776C11

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

Shades of Yukon Gold #776C11

Tints of Yukon Gold #776C11

Color information

#776C11 (or 0x776C11) is unknown color: approx Yukon Gold. HEX triplet: 77, 6C and 11. RGB value is (119,108,17). Sum of RGB (Red+Green+Blue) = 119+108+17=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #776C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C11 is #8893EE. Grayscale: #656565. Windows color (decimal): -8950767 or 1141879. OLE color: 1141879.

HSL color Cylindrical-coordinate representation of color #776C11: hue angle of 53.53º 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 #776C11 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB11910817-
CMYK00.090.860.53
HSL53.53º75%26.67%-
HSV(B)53.53º85.71%46.67%-
XYZ13.0714.692.68-
YUV100.9280.64140.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=48.77%
G=44.26%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191081700.090.860.5353.537526.67
Hex776C11095635364b1b
Octal16715421011126656611333
Binary1110111110110010001010011010110110101110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C11; }

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

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

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

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

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

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

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

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