#776022

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

Shades of Yukon Gold #776022

Tints of Yukon Gold #776022

Color information

#776022 (or 0x776022) is unknown color: approx Yukon Gold. HEX triplet: 77, 60 and 22. RGB value is (119,96,34). Sum of RGB (Red+Green+Blue) = 119+96+34=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776022 is #889FDD. Grayscale: #606060. Windows color (decimal): -8953822 or 2252919. OLE color: 2252919.

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

Color convert

RGB1199634-
CMYK00.190.710.53
HSL43.76º55.56%30%-
HSV(B)43.76º71.43%46.67%-
XYZ12.0812.43.27-
YUV95.8193.12144.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 34 (13.67% from 255) = 13.65%
R=47.79%
G=38.55%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119963400.190.710.5343.7655.5630
Hex77602201347352c381e
Octal1671404202310765547036
Binary11101111100000100010010011100011111010110110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776022; }

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

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

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

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

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

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

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

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