#776522

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

Shades of Yukon Gold #776522

Tints of Yukon Gold #776522

Color information

#776522 (or 0x776522) is unknown color: approx Yukon Gold. HEX triplet: 77, 65 and 22. RGB value is (119,101,34). Sum of RGB (Red+Green+Blue) = 119+101+34=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776522 is #889ADD. Grayscale: #636363. Windows color (decimal): -8952542 or 2254199. OLE color: 2254199.

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

Color convert

RGB11910134-
CMYK00.150.710.53
HSL47.29º55.56%30%-
HSV(B)47.29º71.43%46.67%-
XYZ12.5513.343.43-
YUV98.7491.46142.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 34 (13.67% from 255) = 13.39%
R=46.85%
G=39.76%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191013400.150.710.5347.2955.5630
Hex7765220F47352f381e
Octal1671454201710765577036
Binary1110111110010110001001111100011111010110111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776522; }

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

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

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

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

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

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

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

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