Html Css Color HEX #776920 Yukon Gold

📋 copy color: '#776920'

red 119 ◦ green 105 ◦ blue 32

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

Shades of Yukon Gold #776920

Tints of Yukon Gold #776920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

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

R = 46.48%
G = 41.02%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#776920 (or 0x776920) is known color: Yukon Gold. HEX triplet: 77, 69 and 20. RGB value is (119,105,32). Sum of RGB (Red+Green+Blue) = 119+105+32=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #776920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776920 is #8896DF. Grayscale: #656565. Windows color (decimal): -8951520 or 2124151. OLE color: 2124151.

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

Color convert

RGB 119 105 32 -
CMYK 0 0.12 0.73 0.53
HSL 50.34º 0.58% 0.3% -
HSV(B) 50.34º 0.73% 0.47% -
XYZ 12.92 14.13 3.41 -
YUV 100.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 119 105 32 0 0.12 0.73 0.53 50.34 0.58 0.3
Hex 77 69 20 0 C 49 35 32 3A 1E
Octal 167 151 40 0 14 111 65 62 72 36
Binary 1110111 1101001 100000 0 1100 1001001 110101 110010 111010 11110

Color Harmonies of #776920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776920

Black with #776920

Text Example


Text Example

White with #776920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776920; }

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

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

background-color css

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

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

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

border-color css

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

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

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