#776B1A

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

Shades of Yukon Gold #776B1A

Tints of Yukon Gold #776B1A

Color information

#776B1A (or 0x776B1A) is unknown color: approx Yukon Gold. HEX triplet: 77, 6B and 1A. RGB value is (119,107,26). Sum of RGB (Red+Green+Blue) = 119+107+26=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #776B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B1A is #8894E5. Grayscale: #656565. Windows color (decimal): -8951014 or 1731447. OLE color: 1731447.

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

Color convert

RGB11910726-
CMYK00.100.780.53
HSL52.26º64.14%28.43%-
HSV(B)52.26º78.15%46.67%-
XYZ13.0514.513.09-
YUV101.3585.48140.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=47.22%
G=42.46%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191072600.100.780.5352.2664.1428.43
Hex776B1A0A4E3534401c
Octal16715332012116656410034
Binary1110111110101111010010101001110110101110100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,26); }

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

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

 a { background-color: rgb(119,107,26); }

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

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

 span { border-color: rgb(119,107,26); }

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