Html Css Color HEX #776111 Yukon Gold

📋 copy color: '#776111'

red 119 ◦ green 97 ◦ blue 17

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

Shades of Yukon Gold #776111

Tints of Yukon Gold #776111

RGB

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

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

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

R = 51.07%
G = 41.63%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#776111 (or 0x776111) is known color: Yukon Gold. HEX triplet: 77, 61 and 11. RGB value is (119,97,17). Sum of RGB (Red+Green+Blue) = 119+97+17=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #776111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776111 is #889EEE. Grayscale: #5E5E5E. Windows color (decimal): -8953583 or 1139063. OLE color: 1139063.

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

Color convert

RGB 119 97 17 -
CMYK 0 0.18 0.86 0.53
HSL 47.06º 0.75% 0.27% -
HSV(B) 47.06º 0.86% 0.47% -
XYZ 11.98 12.51 2.31 -
YUV 94.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 119 97 17 0 0.18 0.86 0.53 47.06 0.75 0.27
Hex 77 61 11 0 12 56 35 2F 4B 1B
Octal 167 141 21 0 22 126 65 57 113 33
Binary 1110111 1100001 10001 0 10010 1010110 110101 101111 1001011 11011

Color Harmonies of #776111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776111

Black with #776111

Text Example


Text Example

White with #776111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776111; }

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

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

background-color css

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

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

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

border-color css

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

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

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