#776005

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

Shades of Yukon Gold #776005

Tints of Yukon Gold #776005

Color information

#776005 (or 0x776005) is unknown color: approx Yukon Gold. HEX triplet: 77, 60 and 05. RGB value is (119,96,5). Sum of RGB (Red+Green+Blue) = 119+96+5=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #776005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776005 is #889FFA. Grayscale: #5C5C5C. Windows color (decimal): -8953851 or 352375. OLE color: 352375.

HSL color Cylindrical-coordinate representation of color #776005: hue angle of 47.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #776005 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119965-
CMYK00.190.960.53
HSL47.89º91.94%24.31%-
HSV(B)47.89º95.8%46.67%-
XYZ11.8212.31.89-
YUV92.578.62146.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=54.09%
G=43.64%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11996500.190.960.5347.8991.9424.31
Hex776050136035305c18
Octal1671405023140656013430
Binary111011111000001010100111100000110101110000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776005; }

 p { color: rgb(119,96,5); }

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

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

 a { background-color: rgb(119,96,5); }

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

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

 span { border-color: rgb(119,96,5); }

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