Html Css Color HEX #776114 Yukon Gold

📋 copy color: '#776114'

red 119 ◦ green 97 ◦ blue 20

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

Shades of Yukon Gold #776114

Tints of Yukon Gold #776114

RGB

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

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

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

R = 50.42%
G = 41.1%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#776114 (or 0x776114) is known color: Yukon Gold. HEX triplet: 77, 61 and 14. RGB value is (119,97,20). Sum of RGB (Red+Green+Blue) = 119+97+20=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #776114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776114 is #889EEB. Grayscale: #5F5F5F. Windows color (decimal): -8953580 or 1335671. OLE color: 1335671.

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

Color convert

RGB 119 97 20 -
CMYK 0 0.18 0.83 0.53
HSL 46.67º 0.71% 0.27% -
HSV(B) 46.67º 0.83% 0.47% -
XYZ 12.01 12.52 2.45 -
YUV 94.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 119 97 20 0 0.18 0.83 0.53 46.67 0.71 0.27
Hex 77 61 14 0 12 53 35 2F 47 1B
Octal 167 141 24 0 22 123 65 57 107 33
Binary 1110111 1100001 10100 0 10010 1010011 110101 101111 1000111 11011

Color Harmonies of #776114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776114

Black with #776114

Text Example


Text Example

White with #776114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776114; }

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

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

background-color css

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

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

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

border-color css

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

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

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