#776217

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

Shades of Yukon Gold #776217

Tints of Yukon Gold #776217

Color information

#776217 (or 0x776217) is unknown color: approx Yukon Gold. HEX triplet: 77, 62 and 17. RGB value is (119,98,23). Sum of RGB (Red+Green+Blue) = 119+98+23=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #776217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776217 is #889DE8. Grayscale: #606060. Windows color (decimal): -8953321 or 1532535. OLE color: 1532535.

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

Color convert

RGB1199823-
CMYK00.180.810.53
HSL46.88º67.61%27.84%-
HSV(B)46.88º80.67%46.67%-
XYZ12.1312.722.63-
YUV95.7386.96144.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=49.58%
G=40.83%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119982300.180.810.5346.8867.6127.84
Hex77621701251352f441c
Octal16714227022121655710434
Binary11101111100010101110100101010001110101101111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776217; }

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

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

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

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

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

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

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

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