#776A1B

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

Shades of Yukon Gold #776A1B

Tints of Yukon Gold #776A1B

Color information

#776A1B (or 0x776A1B) is unknown color: approx Yukon Gold. HEX triplet: 77, 6A and 1B. RGB value is (119,106,27). Sum of RGB (Red+Green+Blue) = 119+106+27=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #776A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A1B is #8895E4. Grayscale: #656565. Windows color (decimal): -8951269 or 1796727. OLE color: 1796727.

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

Color convert

RGB11910627-
CMYK00.110.770.53
HSL51.52º63.01%28.63%-
HSV(B)51.52º77.31%46.67%-
XYZ12.9614.313.12-
YUV100.8886.31140.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 106 (41.80% from 255) = 42.06%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=47.22%
G=42.06%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191062700.110.770.5351.5263.0128.63
Hex776A1B0B4D35343f1d
Octal1671523301311565647735
Binary111011111010101101101011100110111010111010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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