Html Css Color HEX #776816 Yukon Gold

📋 copy color: '#776816'

red 119 ◦ green 104 ◦ blue 22

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

Shades of Yukon Gold #776816

Tints of Yukon Gold #776816

RGB

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

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

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

R = 48.57%
G = 42.45%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#776816 (or 0x776816) is known color: Yukon Gold. HEX triplet: 77, 68 and 16. RGB value is (119,104,22). Sum of RGB (Red+Green+Blue) = 119+104+22=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #776816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776816 is #8897E9. Grayscale: #636363. Windows color (decimal): -8951786 or 1468535. OLE color: 1468535.

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

Color convert

RGB 119 104 22 -
CMYK 0 0.13 0.82 0.53
HSL 50.72º 0.69% 0.28% -
HSV(B) 50.72º 0.82% 0.47% -
XYZ 12.7 13.88 2.77 -
YUV 99.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 119 104 22 0 0.13 0.82 0.53 50.72 0.69 0.28
Hex 77 68 16 0 D 52 35 33 45 1C
Octal 167 150 26 0 15 122 65 63 105 34
Binary 1110111 1101000 10110 0 1101 1010010 110101 110011 1000101 11100

Color Harmonies of #776816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776816

Black with #776816

Text Example


Text Example

White with #776816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776816; }

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

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

background-color css

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

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

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

border-color css

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

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

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