#776819

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

Shades of Yukon Gold #776819

Tints of Yukon Gold #776819

Color information

#776819 (or 0x776819) is unknown color: approx Yukon Gold. HEX triplet: 77, 68 and 19. RGB value is (119,104,25). Sum of RGB (Red+Green+Blue) = 119+104+25=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776819 is #8897E6. Grayscale: #636363. Windows color (decimal): -8951783 or 1665143. OLE color: 1665143.

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

Color convert

RGB11910425-
CMYK00.130.790.53
HSL50.43º65.28%28.24%-
HSV(B)50.43º78.99%46.67%-
XYZ12.7313.892.93-
YUV99.4885.97141.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=47.98%
G=41.94%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191042500.130.790.5350.4365.2828.24
Hex7768190D4F3532411c
Octal16715031015117656210134
Binary1110111110100011001011011001111110101110010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776819; }

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

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

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

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

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

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

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

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