#776710

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

Shades of Yukon Gold #776710

Tints of Yukon Gold #776710

Color information

#776710 (or 0x776710) is unknown color: approx Yukon Gold. HEX triplet: 77, 67 and 10. RGB value is (119,103,16). Sum of RGB (Red+Green+Blue) = 119+103+16=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #776710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776710 is #8898EF. Grayscale: #626262. Windows color (decimal): -8952048 or 1075063. OLE color: 1075063.

HSL color Cylindrical-coordinate representation of color #776710: hue angle of 50.68º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #776710 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB11910316-
CMYK00.130.870.53
HSL50.68º76.3%26.47%-
HSV(B)50.68º86.55%46.67%-
XYZ12.5513.662.47-
YUV97.8781.8143.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 43.28%
BLUE value IS 16 (6.64% from 255) = 6.72%
R=50%
G=43.28%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191031600.130.870.5350.6876.326.47
Hex7767100D5735334c1a
Octal16714720015127656311432
Binary1110111110011110000011011010111110101110011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776710; }

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

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

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

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

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

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

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

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