#776524

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

Shades of Yukon Gold #776524

Tints of Yukon Gold #776524

Color information

#776524 (or 0x776524) is unknown color: approx Yukon Gold. HEX triplet: 77, 65 and 24. RGB value is (119,101,36). Sum of RGB (Red+Green+Blue) = 119+101+36=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #776524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776524 is #889ADB. Grayscale: #636363. Windows color (decimal): -8952540 or 2385271. OLE color: 2385271.

HSL color Cylindrical-coordinate representation of color #776524: hue angle of 46.99º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #776524 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB11910136-
CMYK00.150.700.53
HSL46.99º53.55%30.39%-
HSV(B)46.99º69.75%46.67%-
XYZ12.5813.363.58-
YUV98.9792.46142.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 36 (14.45% from 255) = 14.06%
R=46.48%
G=39.45%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191013600.150.700.5346.9953.5530.39
Hex7765240F46352f361e
Octal1671454401710665576636
Binary1110111110010110010001111100011011010110111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776524; }

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

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

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

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

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

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

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

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