Html Css Color HEX #776813 Yukon Gold

📋 copy color: '#776813'

red 119 ◦ green 104 ◦ blue 19

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

Shades of Yukon Gold #776813

Tints of Yukon Gold #776813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.98%

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

R = 49.17%
G = 42.98%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#776813 (or 0x776813) is known color: Yukon Gold. HEX triplet: 77, 68 and 13. RGB value is (119,104,19). Sum of RGB (Red+Green+Blue) = 119+104+19=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #776813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776813 is #8897EC. Grayscale: #636363. Windows color (decimal): -8951789 or 1271927. OLE color: 1271927.

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

Color convert

RGB 119 104 19 -
CMYK 0 0.13 0.84 0.53
HSL 51º 0.72% 0.27% -
HSV(B) 51º 0.84% 0.47% -
XYZ 12.68 13.87 2.63 -
YUV 98.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 119 104 19 0 0.13 0.84 0.53 51 0.72 0.27
Hex 77 68 13 0 D 54 35 33 48 1B
Octal 167 150 23 0 15 124 65 63 110 33
Binary 1110111 1101000 10011 0 1101 1010100 110101 110011 1001000 11011

Color Harmonies of #776813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776813

Black with #776813

Text Example


Text Example

White with #776813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776813; }

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

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

background-color css

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

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

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

border-color css

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

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

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