#776102

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

Shades of Yukon Gold #776102

Tints of Yukon Gold #776102

Color information

#776102 (or 0x776102) is unknown color: approx Yukon Gold. HEX triplet: 77, 61 and 02. RGB value is (119,97,2). Sum of RGB (Red+Green+Blue) = 119+97+2=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #776102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776102 is #889EFD. Grayscale: #5D5D5D. Windows color (decimal): -8953598 or 156023. OLE color: 156023.

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

Color convert

RGB119972-
CMYK00.180.980.53
HSL48.72º96.69%23.73%-
HSV(B)48.72º98.32%46.67%-
XYZ11.8912.481.84-
YUV92.7576.79146.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=54.59%
G=44.50%
B=0.92%

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
Decimal11997200.180.980.5348.7296.6923.73
Hex776120126235316118
Octal1671412022142656114130
Binary11101111100001100100101100010110101110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776102; }

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

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

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

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

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

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

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

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