#776915

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

Shades of Yukon Gold #776915

Tints of Yukon Gold #776915

Color information

#776915 (or 0x776915) is unknown color: approx Yukon Gold. HEX triplet: 77, 69 and 15. RGB value is (119,105,21). Sum of RGB (Red+Green+Blue) = 119+105+21=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #776915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776915 is #8896EA. Grayscale: #636363. Windows color (decimal): -8951531 or 1403255. OLE color: 1403255.

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

Color convert

RGB11910521-
CMYK00.120.820.53
HSL51.43º70%27.45%-
HSV(B)51.43º82.35%46.67%-
XYZ12.7914.082.75-
YUV99.6183.64141.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=48.57%
G=42.86%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191052100.120.820.5351.437027.45
Hex7769150C523533461b
Octal16715125014122656310633
Binary1110111110100110101011001010010110101110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776915; }

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

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

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

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

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

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

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

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