#776121

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

Shades of Yukon Gold #776121

Tints of Yukon Gold #776121

Color information

#776121 (or 0x776121) is unknown color: approx Yukon Gold. HEX triplet: 77, 61 and 21. RGB value is (119,97,33). Sum of RGB (Red+Green+Blue) = 119+97+33=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776121 is #889EDE. Grayscale: #606060. Windows color (decimal): -8953567 or 2187639. OLE color: 2187639.

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

Color convert

RGB1199733-
CMYK00.180.720.53
HSL44.65º56.58%29.8%-
HSV(B)44.65º72.27%46.67%-
XYZ12.1612.583.23-
YUV96.2892.29144.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=47.79%
G=38.96%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119973300.180.720.5344.6556.5829.8
Hex77612101248352d391e
Octal1671414102211065557136
Binary11101111100001100001010010100100011010110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776121; }

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

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

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

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

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

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

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

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