Html Css Color HEX #776314 Yukon Gold

📋 copy color: '#776314'

red 119 ◦ green 99 ◦ blue 20

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

Shades of Yukon Gold #776314

Tints of Yukon Gold #776314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 50%
G = 41.6%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#776314 (or 0x776314) is known color: Yukon Gold. HEX triplet: 77, 63 and 14. RGB value is (119,99,20). Sum of RGB (Red+Green+Blue) = 119+99+20=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #776314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776314 is #889CEB. Grayscale: #606060. Windows color (decimal): -8953068 or 1336183. OLE color: 1336183.

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

Color convert

RGB 119 99 20 -
CMYK 0 0.17 0.83 0.53
HSL 47.88º 0.71% 0.27% -
HSV(B) 47.88º 0.83% 0.47% -
XYZ 12.2 12.9 2.51 -
YUV 95.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 119 99 20 0 0.17 0.83 0.53 47.88 0.71 0.27
Hex 77 63 14 0 11 53 35 30 47 1B
Octal 167 143 24 0 21 123 65 60 107 33
Binary 1110111 1100011 10100 0 10001 1010011 110101 110000 1000111 11011

Color Harmonies of #776314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776314

Black with #776314

Text Example


Text Example

White with #776314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776314; }

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

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

background-color css

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

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

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

border-color css

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

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

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