#776B19

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

Shades of Yukon Gold #776B19

Tints of Yukon Gold #776B19

Color information

#776B19 (or 0x776B19) is unknown color: approx Yukon Gold. HEX triplet: 77, 6B and 19. RGB value is (119,107,25). Sum of RGB (Red+Green+Blue) = 119+107+25=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #776B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776B19 is #8894E6. Grayscale: #656565. Windows color (decimal): -8951015 or 1665911. OLE color: 1665911.

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

Color convert

RGB11910725-
CMYK00.100.790.53
HSL52.34º65.28%28.24%-
HSV(B)52.34º78.99%46.67%-
XYZ13.0414.513.03-
YUV101.2484.98140.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 25 (10.16% from 255) = 9.96%
R=47.41%
G=42.63%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191072500.100.790.5352.3465.2828.24
Hex776B190A4F3534411c
Octal16715331012117656410134
Binary1110111110101111001010101001111110101110100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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