#776712

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

Shades of Yukon Gold #776712

Tints of Yukon Gold #776712

Color information

#776712 (or 0x776712) is unknown color: approx Yukon Gold. HEX triplet: 77, 67 and 12. RGB value is (119,103,18). Sum of RGB (Red+Green+Blue) = 119+103+18=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #776712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776712 is #8898ED. Grayscale: #626262. Windows color (decimal): -8952046 or 1206135. OLE color: 1206135.

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

Color convert

RGB11910318-
CMYK00.130.850.53
HSL50.5º73.72%26.86%-
HSV(B)50.5º84.87%46.67%-
XYZ12.5713.672.55-
YUV98.0982.8142.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 18 (7.42% from 255) = 7.5%
R=49.58%
G=42.92%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191031800.130.850.5350.573.7226.86
Hex7767120D5535324a1b
Octal16714722015125656211233
Binary1110111110011110010011011010101110101110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776712; }

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

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

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

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

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

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

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

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