#776C12

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

Shades of Yukon Gold #776C12

Tints of Yukon Gold #776C12

Color information

#776C12 (or 0x776C12) is unknown color: approx Yukon Gold. HEX triplet: 77, 6C and 12. RGB value is (119,108,18). Sum of RGB (Red+Green+Blue) = 119+108+18=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #776C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C12 is #8893ED. Grayscale: #656565. Windows color (decimal): -8950766 or 1207415. OLE color: 1207415.

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

Color convert

RGB11910818-
CMYK00.090.850.53
HSL53.47º73.72%26.86%-
HSV(B)53.47º84.87%46.67%-
XYZ13.0814.692.72-
YUV101.0381.14140.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 108 (42.58% from 255) = 44.08%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=48.57%
G=44.08%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191081800.090.850.5353.4773.7226.86
Hex776C12095535354a1b
Octal16715422011125656511233
Binary1110111110110010010010011010101110101110101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C12; }

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

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

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

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

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

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

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

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