#776512

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

Shades of Yukon Gold #776512

Tints of Yukon Gold #776512

Color information

#776512 (or 0x776512) is unknown color: approx Yukon Gold. HEX triplet: 77, 65 and 12. RGB value is (119,101,18). Sum of RGB (Red+Green+Blue) = 119+101+18=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #776512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776512 is #889AED. Grayscale: #616161. Windows color (decimal): -8952558 or 1205623. OLE color: 1205623.

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

Color convert

RGB11910118-
CMYK00.150.850.53
HSL49.31º73.72%26.86%-
HSV(B)49.31º84.87%46.67%-
XYZ12.3713.272.48-
YUV96.9283.46143.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=50%
G=42.44%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191011800.150.850.5349.3173.7226.86
Hex7765120F5535314a1b
Octal16714522017125656111233
Binary1110111110010110010011111010101110101110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776512; }

 p { color: rgb(119,101,18); }

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

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

 a { background-color: rgb(119,101,18); }

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

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

 span { border-color: rgb(119,101,18); }

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