#776919

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

Shades of Yukon Gold #776919

Tints of Yukon Gold #776919

Color information

#776919 (or 0x776919) is unknown color: approx Yukon Gold. HEX triplet: 77, 69 and 19. RGB value is (119,105,25). Sum of RGB (Red+Green+Blue) = 119+105+25=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776919 is #8896E6. Grayscale: #646464. Windows color (decimal): -8951527 or 1665399. OLE color: 1665399.

HSL color Cylindrical-coordinate representation of color #776919: hue angle of 51.06º 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 #776919 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB11910525-
CMYK00.120.790.53
HSL51.06º65.28%28.24%-
HSV(B)51.06º78.99%46.67%-
XYZ12.8314.12.96-
YUV100.0785.64141.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 25 (10.16% from 255) = 10.04%
R=47.79%
G=42.17%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191052500.120.790.5351.0665.2828.24
Hex7769190C4F3533411c
Octal16715131014117656310134
Binary1110111110100111001011001001111110101110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776919; }

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

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

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

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

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

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

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

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