Html Css Color HEX #776916 Yukon Gold

📋 copy color: '#776916'

red 119 ◦ green 105 ◦ blue 22

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

Shades of Yukon Gold #776916

Tints of Yukon Gold #776916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.68%

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

R = 48.37%
G = 42.68%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776916 (or 0x776916) is known color: Yukon Gold. HEX triplet: 77, 69 and 16. RGB value is (119,105,22). Sum of RGB (Red+Green+Blue) = 119+105+22=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #776916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776916 is #8896E9. Grayscale: #646464. Windows color (decimal): -8951530 or 1468791. OLE color: 1468791.

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

Color convert

RGB 119 105 22 -
CMYK 0 0.12 0.82 0.53
HSL 51.34º 0.69% 0.28% -
HSV(B) 51.34º 0.82% 0.47% -
XYZ 12.8 14.08 2.8 -
YUV 99.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 119 105 22 0 0.12 0.82 0.53 51.34 0.69 0.28
Hex 77 69 16 0 C 52 35 33 45 1C
Octal 167 151 26 0 14 122 65 63 105 34
Binary 1110111 1101001 10110 0 1100 1010010 110101 110011 1000101 11100

Color Harmonies of #776916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776916

Black with #776916

Text Example


Text Example

White with #776916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776916; }

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

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

background-color css

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

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

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

border-color css

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

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

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