#776A10

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

Shades of Yukon Gold #776A10

Tints of Yukon Gold #776A10

Color information

#776A10 (or 0x776A10) is unknown color: approx Yukon Gold. HEX triplet: 77, 6A and 10. RGB value is (119,106,16). Sum of RGB (Red+Green+Blue) = 119+106+16=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #776A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776A10 is #8895EF. Grayscale: #646464. Windows color (decimal): -8951280 or 1075831. OLE color: 1075831.

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

Color convert

RGB11910616-
CMYK00.110.870.53
HSL52.43º76.3%26.47%-
HSV(B)52.43º86.55%46.67%-
XYZ12.8614.272.57-
YUV99.6380.81141.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 16 (6.64% from 255) = 6.64%
R=49.38%
G=43.98%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191061600.110.870.5352.4376.326.47
Hex776A100B5735344c1a
Octal16715220013127656411432
Binary1110111110101010000010111010111110101110100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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