#776202

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

Shades of Yukon Gold #776202

Tints of Yukon Gold #776202

Color information

#776202 (or 0x776202) is unknown color: approx Yukon Gold. HEX triplet: 77, 62 and 02. RGB value is (119,98,2). Sum of RGB (Red+Green+Blue) = 119+98+2=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #776202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776202 is #889DFD. Grayscale: #5D5D5D. Windows color (decimal): -8953342 or 156279. OLE color: 156279.

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

Color convert

RGB119982-
CMYK00.180.980.53
HSL49.23º96.69%23.73%-
HSV(B)49.23º98.32%46.67%-
XYZ11.9912.661.87-
YUV93.3476.46146.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=54.34%
G=44.75%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11998200.180.980.5349.2396.6923.73
Hex776220126235316118
Octal1671422022142656114130
Binary11101111100010100100101100010110101110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776202; }

 p { color: rgb(119,98,2); }

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

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

 a { background-color: rgb(119,98,2); }

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

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

 span { border-color: rgb(119,98,2); }

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