Html Css Color HEX #776B17 Yukon Gold

📋 copy color: '#776B17'

red 119 ◦ green 107 ◦ blue 23

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

Shades of Yukon Gold #776B17

Tints of Yukon Gold #776B17

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.97%

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

R = 47.79%
G = 42.97%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#776B17 (or 0x776B17) is known color: Yukon Gold. HEX triplet: 77, 6B and 17. RGB value is (119,107,23). Sum of RGB (Red+Green+Blue) = 119+107+23=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #776B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776B17 is #8894E8. Grayscale: #656565. Windows color (decimal): -8951017 or 1534839. OLE color: 1534839.

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

Color convert

RGB 119 107 23 -
CMYK 0 0.10 0.81 0.53
HSL 52.5º 0.68% 0.28% -
HSV(B) 52.5º 0.81% 0.47% -
XYZ 13.02 14.5 2.92 -
YUV 101.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 119 107 23 0 0.10 0.81 0.53 52.5 0.68 0.28
Hex 77 6B 17 0 A 51 35 34 44 1C
Octal 167 153 27 0 12 121 65 64 104 34
Binary 1110111 1101011 10111 0 1010 1010001 110101 110100 1000100 11100

Color Harmonies of #776B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B17

Black with #776B17

Text Example


Text Example

White with #776B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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