Html Css Color HEX #776017 Yukon Gold

📋 copy color: '#776017'

red 119 ◦ green 96 ◦ blue 23

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

Shades of Yukon Gold #776017

Tints of Yukon Gold #776017

RGB

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

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

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

R = 50%
G = 40.34%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#776017 (or 0x776017) is known color: Yukon Gold. HEX triplet: 77, 60 and 17. RGB value is (119,96,23). Sum of RGB (Red+Green+Blue) = 119+96+23=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #776017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776017 is #889FE8. Grayscale: #5E5E5E. Windows color (decimal): -8953833 or 1532023. OLE color: 1532023.

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

Color convert

RGB 119 96 23 -
CMYK 0 0.19 0.81 0.53
HSL 45.63º 0.68% 0.28% -
HSV(B) 45.63º 0.81% 0.47% -
XYZ 11.95 12.35 2.56 -
YUV 94.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 119 96 23 0 0.19 0.81 0.53 45.63 0.68 0.28
Hex 77 60 17 0 13 51 35 2E 44 1C
Octal 167 140 27 0 23 121 65 56 104 34
Binary 1110111 1100000 10111 0 10011 1010001 110101 101110 1000100 11100

Color Harmonies of #776017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776017

Black with #776017

Text Example


Text Example

White with #776017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776017; }

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

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

background-color css

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

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

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

border-color css

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

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

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