Html Css Color HEX #776117 Yukon Gold

📋 copy color: '#776117'

red 119 ◦ green 97 ◦ blue 23

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

Shades of Yukon Gold #776117

Tints of Yukon Gold #776117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 49.79%
G = 40.59%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#776117 (or 0x776117) is known color: Yukon Gold. HEX triplet: 77, 61 and 17. RGB value is (119,97,23). Sum of RGB (Red+Green+Blue) = 119+97+23=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776117 is #889EE8. Grayscale: #5F5F5F. Windows color (decimal): -8953577 or 1532279. OLE color: 1532279.

HSL color Cylindrical-coordinate representation of color #776117: hue angle of 46.25º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #776117 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 23 -
CMYK 0 0.18 0.81 0.53
HSL 46.25º 0.68% 0.28% -
HSV(B) 46.25º 0.81% 0.47% -
XYZ 12.04 12.53 2.6 -
YUV 95.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 119 97 23 0 0.18 0.81 0.53 46.25 0.68 0.28
Hex 77 61 17 0 12 51 35 2E 44 1C
Octal 167 141 27 0 22 121 65 56 104 34
Binary 1110111 1100001 10111 0 10010 1010001 110101 101110 1000100 11100

Color Harmonies of #776117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776117

Black with #776117

Text Example


Text Example

White with #776117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776117; }

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

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

background-color css

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

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

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

border-color css

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

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

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