Html Css Color HEX #776C10 Yukon Gold

📋 copy color: '#776C10'

red 119 ◦ green 108 ◦ blue 16

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

Shades of Yukon Gold #776C10

Tints of Yukon Gold #776C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.44%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 48.97%
G = 44.44%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#776C10 (or 0x776C10) is known color: Yukon Gold. HEX triplet: 77, 6C and 10. RGB value is (119,108,16). Sum of RGB (Red+Green+Blue) = 119+108+16=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #776C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C10 is #8893EF. Grayscale: #656565. Windows color (decimal): -8950768 or 1076343. OLE color: 1076343.

HSL color Cylindrical-coordinate representation of color #776C10: hue angle of 53.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #776C10 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 16 -
CMYK 0 0.09 0.87 0.53
HSL 53.59º 0.76% 0.26% -
HSV(B) 53.59º 0.87% 0.47% -
XYZ 13.06 14.68 2.64 -
YUV 100.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 119 108 16 0 0.09 0.87 0.53 53.59 0.76 0.26
Hex 77 6C 10 0 9 57 35 36 4C 1A
Octal 167 154 20 0 11 127 65 66 114 32
Binary 1110111 1101100 10000 0 1001 1010111 110101 110110 1001100 11010

Color Harmonies of #776C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C10

Black with #776C10

Text Example


Text Example

White with #776C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,16); }

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

background-color css

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

 a { background-color: rgb(119,108,16); }

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

border-color css

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

 span { border-color: rgb(119,108,16); }

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