Html Css Color HEX #776120 Yukon Gold

📋 copy color: '#776120'

red 119 ◦ green 97 ◦ blue 32

#776120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #776120

Tints of Yukon Gold #776120

RGB

 RED value IS 119 (46.88% from 255) = 47.98%

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 47.98%
G = 39.11%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#776120 (or 0x776120) is known color: Yukon Gold. HEX triplet: 77, 61 and 20. RGB value is (119,97,32). Sum of RGB (Red+Green+Blue) = 119+97+32=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776120 is #889EDF. Grayscale: #606060. Windows color (decimal): -8953568 or 2122103. OLE color: 2122103.

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

Color convert

RGB 119 97 32 -
CMYK 0 0.18 0.73 0.53
HSL 44.83º 0.58% 0.3% -
HSV(B) 44.83º 0.73% 0.47% -
XYZ 12.14 12.58 3.15 -
YUV 96.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 119 97 32 0 0.18 0.73 0.53 44.83 0.58 0.3
Hex 77 61 20 0 12 49 35 2D 3A 1E
Octal 167 141 40 0 22 111 65 55 72 36
Binary 1110111 1100001 100000 0 10010 1001001 110101 101101 111010 11110

Color Harmonies of #776120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776120

Black with #776120

Text Example


Text Example

White with #776120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776120; }

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

 H1.HeaderClassName
 {
   color: #776120;
 }
 .AnyTagClassName
 {
   color: #776120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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