Html Css Color HEX #776014 Yukon Gold

📋 copy color: '#776014'

red 119 ◦ green 96 ◦ blue 20

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

Shades of Yukon Gold #776014

Tints of Yukon Gold #776014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

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

R = 50.64%
G = 40.85%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#776014 (or 0x776014) is known color: Yukon Gold. HEX triplet: 77, 60 and 14. RGB value is (119,96,20). Sum of RGB (Red+Green+Blue) = 119+96+20=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #776014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776014 is #889FEB. Grayscale: #5E5E5E. Windows color (decimal): -8953836 or 1335415. OLE color: 1335415.

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

Color convert

RGB 119 96 20 -
CMYK 0 0.19 0.83 0.53
HSL 46.06º 0.71% 0.27% -
HSV(B) 46.06º 0.83% 0.47% -
XYZ 11.92 12.34 2.42 -
YUV 94.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 119 96 20 0 0.19 0.83 0.53 46.06 0.71 0.27
Hex 77 60 14 0 13 53 35 2E 47 1B
Octal 167 140 24 0 23 123 65 56 107 33
Binary 1110111 1100000 10100 0 10011 1010011 110101 101110 1000111 11011

Color Harmonies of #776014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776014

Black with #776014

Text Example


Text Example

White with #776014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776014; }

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

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

background-color css

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

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

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

border-color css

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

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

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