Html Css Color HEX #776416 Yukon Gold

📋 copy color: '#776416'

red 119 ◦ green 100 ◦ blue 22

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

Shades of Yukon Gold #776416

Tints of Yukon Gold #776416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 49.38%
G = 41.49%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776416 (or 0x776416) is known color: Yukon Gold. HEX triplet: 77, 64 and 16. RGB value is (119,100,22). Sum of RGB (Red+Green+Blue) = 119+100+22=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #776416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776416 is #889BE9. Grayscale: #616161. Windows color (decimal): -8952810 or 1467511. OLE color: 1467511.

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

Color convert

RGB 119 100 22 -
CMYK 0 0.16 0.82 0.53
HSL 48.25º 0.69% 0.28% -
HSV(B) 48.25º 0.82% 0.47% -
XYZ 12.31 13.09 2.64 -
YUV 96.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 119 100 22 0 0.16 0.82 0.53 48.25 0.69 0.28
Hex 77 64 16 0 10 52 35 30 45 1C
Octal 167 144 26 0 20 122 65 60 105 34
Binary 1110111 1100100 10110 0 10000 1010010 110101 110000 1000101 11100

Color Harmonies of #776416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776416

Black with #776416

Text Example


Text Example

White with #776416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776416; }

 p { color: rgb(119,100,22); }

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

background-color css

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

 a { background-color: rgb(119,100,22); }

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

border-color css

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

 span { border-color: rgb(119,100,22); }

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