Html Css Color HEX #776414 Yukon Gold

📋 copy color: '#776414'

red 119 ◦ green 100 ◦ blue 20

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

Shades of Yukon Gold #776414

Tints of Yukon Gold #776414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 49.79%
G = 41.84%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#776414 (or 0x776414) is known color: Yukon Gold. HEX triplet: 77, 64 and 14. RGB value is (119,100,20). Sum of RGB (Red+Green+Blue) = 119+100+20=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776414 is #889BEB. Grayscale: #606060. Windows color (decimal): -8952812 or 1336439. OLE color: 1336439.

HSL color Cylindrical-coordinate representation of color #776414: hue angle of 48.48º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #776414 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 20 -
CMYK 0 0.16 0.83 0.53
HSL 48.48º 0.71% 0.27% -
HSV(B) 48.48º 0.83% 0.47% -
XYZ 12.29 13.09 2.54 -
YUV 96.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 119 100 20 0 0.16 0.83 0.53 48.48 0.71 0.27
Hex 77 64 14 0 10 53 35 30 47 1B
Octal 167 144 24 0 20 123 65 60 107 33
Binary 1110111 1100100 10100 0 10000 1010011 110101 110000 1000111 11011

Color Harmonies of #776414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776414

Black with #776414

Text Example


Text Example

White with #776414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776414; }

 p { color: rgb(119,100,20); }

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

background-color css

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

 a { background-color: rgb(119,100,20); }

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

border-color css

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

 span { border-color: rgb(119,100,20); }

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