Html Css Color HEX #77680E Yukon Gold

📋 copy color: '#77680E'

red 119 ◦ green 104 ◦ blue 14

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

Shades of Yukon Gold #77680E

Tints of Yukon Gold #77680E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 50.21%
G = 43.88%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77680E (or 0x77680E) is known color: Yukon Gold. HEX triplet: 77, 68 and 0E. RGB value is (119,104,14). Sum of RGB (Red+Green+Blue) = 119+104+14=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77680E is #8897F1. Grayscale: #626262. Windows color (decimal): -8951794 or 944247. OLE color: 944247.

HSL color Cylindrical-coordinate representation of color #77680E: hue angle of 51.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77680E is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 14 -
CMYK 0 0.13 0.88 0.53
HSL 51.43º 0.79% 0.26% -
HSV(B) 51.43º 0.88% 0.47% -
XYZ 12.64 13.85 2.42 -
YUV 98.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 119 104 14 0 0.13 0.88 0.53 51.43 0.79 0.26
Hex 77 68 E 0 D 58 35 33 4F 1A
Octal 167 150 16 0 15 130 65 63 117 32
Binary 1110111 1101000 1110 0 1101 1011000 110101 110011 1001111 11010

Color Harmonies of #77680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77680E

Black with #77680E

Text Example


Text Example

White with #77680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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