#776917

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

Shades of Yukon Gold #776917

Tints of Yukon Gold #776917

Color information

#776917 (or 0x776917) is unknown color: approx Yukon Gold. HEX triplet: 77, 69 and 17. RGB value is (119,105,23). Sum of RGB (Red+Green+Blue) = 119+105+23=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #776917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776917 is #8896E8. Grayscale: #646464. Windows color (decimal): -8951529 or 1534327. OLE color: 1534327.

HSL color Cylindrical-coordinate representation of color #776917: hue angle of 51.25º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #776917 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB11910523-
CMYK00.120.810.53
HSL51.25º67.61%27.84%-
HSV(B)51.25º80.67%46.67%-
XYZ12.8114.092.85-
YUV99.8484.64141.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 23 (9.38% from 255) = 9.31%
R=48.18%
G=42.51%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191052300.120.810.5351.2567.6127.84
Hex7769170C513533441c
Octal16715127014121656310434
Binary1110111110100110111011001010001110101110011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776917; }

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

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

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

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

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

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

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

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