Html Css Color HEX #776824 Yukon Gold

📋 copy color: '#776824'

red 119 ◦ green 104 ◦ blue 36

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

Shades of Yukon Gold #776824

Tints of Yukon Gold #776824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.9%

R = 45.95%
G = 40.15%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#776824 (or 0x776824) is known color: Yukon Gold. HEX triplet: 77, 68 and 24. RGB value is (119,104,36). Sum of RGB (Red+Green+Blue) = 119+104+36=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #776824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776824 is #8897DB. Grayscale: #656565. Windows color (decimal): -8951772 or 2386039. OLE color: 2386039.

HSL color Cylindrical-coordinate representation of color #776824: hue angle of 49.16º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #776824 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 36 -
CMYK 0 0.13 0.70 0.53
HSL 49.16º 0.54% 0.3% -
HSV(B) 49.16º 0.7% 0.47% -
XYZ 12.88 13.95 3.68 -
YUV 100.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 119 104 36 0 0.13 0.70 0.53 49.16 0.54 0.3
Hex 77 68 24 0 D 46 35 31 36 1E
Octal 167 150 44 0 15 106 65 61 66 36
Binary 1110111 1101000 100100 0 1101 1000110 110101 110001 110110 11110

Color Harmonies of #776824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776824

Black with #776824

Text Example


Text Example

White with #776824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776824; }

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

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

background-color css

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

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

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

border-color css

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

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

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