Html Css Color HEX #776011 Yukon Gold

📋 copy color: '#776011'

red 119 ◦ green 96 ◦ blue 17

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

Shades of Yukon Gold #776011

Tints of Yukon Gold #776011

RGB

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

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

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

R = 51.29%
G = 41.38%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#776011 (or 0x776011) is known color: Yukon Gold. HEX triplet: 77, 60 and 11. RGB value is (119,96,17). Sum of RGB (Red+Green+Blue) = 119+96+17=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #776011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776011 is #889FEE. Grayscale: #5E5E5E. Windows color (decimal): -8953839 or 1138807. OLE color: 1138807.

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

Color convert

RGB 119 96 17 -
CMYK 0 0.19 0.86 0.53
HSL 46.47º 0.75% 0.27% -
HSV(B) 46.47º 0.86% 0.47% -
XYZ 11.89 12.33 2.28 -
YUV 93.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 119 96 17 0 0.19 0.86 0.53 46.47 0.75 0.27
Hex 77 60 11 0 13 56 35 2E 4B 1B
Octal 167 140 21 0 23 126 65 56 113 33
Binary 1110111 1100000 10001 0 10011 1010110 110101 101110 1001011 11011

Color Harmonies of #776011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776011

Black with #776011

Text Example


Text Example

White with #776011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776011; }

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

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

background-color css

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

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

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

border-color css

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

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

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