Html Css Color HEX #776911 Yukon Gold

📋 copy color: '#776911'

red 119 ◦ green 105 ◦ blue 17

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

Shades of Yukon Gold #776911

Tints of Yukon Gold #776911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 49.38%
G = 43.57%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#776911 (or 0x776911) is known color: Yukon Gold. HEX triplet: 77, 69 and 11. RGB value is (119,105,17). Sum of RGB (Red+Green+Blue) = 119+105+17=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #776911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776911 is #8896EE. Grayscale: #636363. Windows color (decimal): -8951535 or 1141111. OLE color: 1141111.

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

Color convert

RGB 119 105 17 -
CMYK 0 0.12 0.86 0.53
HSL 51.76º 0.75% 0.27% -
HSV(B) 51.76º 0.86% 0.47% -
XYZ 12.76 14.07 2.57 -
YUV 99.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 119 105 17 0 0.12 0.86 0.53 51.76 0.75 0.27
Hex 77 69 11 0 C 56 35 34 4B 1B
Octal 167 151 21 0 14 126 65 64 113 33
Binary 1110111 1101001 10001 0 1100 1010110 110101 110100 1001011 11011

Color Harmonies of #776911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776911

Black with #776911

Text Example


Text Example

White with #776911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776911; }

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

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

background-color css

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

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

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

border-color css

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

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

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