Html Css Color HEX #776808 Yukon Gold

📋 copy color: '#776808'

red 119 ◦ green 104 ◦ blue 8

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

Shades of Yukon Gold #776808

Tints of Yukon Gold #776808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 51.52%
G = 45.02%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#776808 (or 0x776808) is known color: Yukon Gold. HEX triplet: 77, 68 and 08. RGB value is (119,104,8). Sum of RGB (Red+Green+Blue) = 119+104+8=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #776808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776808 is #8897F7. Grayscale: #616161. Windows color (decimal): -8951800 or 551031. OLE color: 551031.

HSL color Cylindrical-coordinate representation of color #776808: hue angle of 51.89º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #776808 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 8 -
CMYK 0 0.13 0.93 0.53
HSL 51.89º 0.87% 0.25% -
HSV(B) 51.89º 0.93% 0.47% -
XYZ 12.6 13.84 2.24 -
YUV 97.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 119 104 8 0 0.13 0.93 0.53 51.89 0.87 0.25
Hex 77 68 8 0 D 5D 35 34 57 19
Octal 167 150 10 0 15 135 65 64 127 31
Binary 1110111 1101000 1000 0 1101 1011101 110101 110100 1010111 11001

Color Harmonies of #776808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776808

Black with #776808

Text Example


Text Example

White with #776808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776808; }

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

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

background-color css

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

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

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

border-color css

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

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

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