Html Css Color HEX #776113 Yukon Gold

📋 copy color: '#776113'

red 119 ◦ green 97 ◦ blue 19

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

Shades of Yukon Gold #776113

Tints of Yukon Gold #776113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

 BLUE value IS 19 (7.81% from 255) = 8.09%

R = 50.64%
G = 41.28%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#776113 (or 0x776113) is known color: Yukon Gold. HEX triplet: 77, 61 and 13. RGB value is (119,97,19). Sum of RGB (Red+Green+Blue) = 119+97+19=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #776113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776113 is #889EEC. Grayscale: #5F5F5F. Windows color (decimal): -8953581 or 1270135. OLE color: 1270135.

HSL color Cylindrical-coordinate representation of color #776113: hue angle of 46.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #776113 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 19 -
CMYK 0 0.18 0.84 0.53
HSL 46.8º 0.72% 0.27% -
HSV(B) 46.8º 0.84% 0.47% -
XYZ 12 12.52 2.4 -
YUV 94.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 119 97 19 0 0.18 0.84 0.53 46.8 0.72 0.27
Hex 77 61 13 0 12 54 35 2F 48 1B
Octal 167 141 23 0 22 124 65 57 110 33
Binary 1110111 1100001 10011 0 10010 1010100 110101 101111 1001000 11011

Color Harmonies of #776113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776113

Black with #776113

Text Example


Text Example

White with #776113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776113; }

 p { color: rgb(119,97,19); }

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

background-color css

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

 a { background-color: rgb(119,97,19); }

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

border-color css

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

 span { border-color: rgb(119,97,19); }

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