#776A17

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

Shades of Yukon Gold #776A17

Tints of Yukon Gold #776A17

Color information

#776A17 (or 0x776A17) is unknown color: approx Yukon Gold. HEX triplet: 77, 6A and 17. RGB value is (119,106,23). Sum of RGB (Red+Green+Blue) = 119+106+23=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776A17 is #8895E8. Grayscale: #646464. Windows color (decimal): -8951273 or 1534583. OLE color: 1534583.

HSL color Cylindrical-coordinate representation of color #776A17: hue angle of 51.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #776A17 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB11910623-
CMYK00.110.810.53
HSL51.88º67.61%27.84%-
HSV(B)51.88º80.67%46.67%-
XYZ12.9214.292.89-
YUV100.4284.31141.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 106 (41.80% from 255) = 42.74%
BLUE value IS 23 (9.38% from 255) = 9.27%
R=47.98%
G=42.74%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191062300.110.810.5351.8867.6127.84
Hex776A170B513534441c
Octal16715227013121656410434
Binary1110111110101010111010111010001110101110100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,23); }

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

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

 a { background-color: rgb(119,106,23); }

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

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

 span { border-color: rgb(119,106,23); }

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