Html Css Color HEX #77680A Yukon Gold

📋 copy color: '#77680A'

red 119 ◦ green 104 ◦ blue 10

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

Shades of Yukon Gold #77680A

Tints of Yukon Gold #77680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 51.07%
G = 44.64%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77680A (or 0x77680A) is known color: Yukon Gold. HEX triplet: 77, 68 and 0A. RGB value is (119,104,10). Sum of RGB (Red+Green+Blue) = 119+104+10=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77680A is #8897F5. Grayscale: #626262. Windows color (decimal): -8951798 or 682103. OLE color: 682103.

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

Color convert

RGB 119 104 10 -
CMYK 0 0.13 0.92 0.53
HSL 51.74º 0.84% 0.25% -
HSV(B) 51.74º 0.92% 0.47% -
XYZ 12.61 13.84 2.29 -
YUV 97.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 119 104 10 0 0.13 0.92 0.53 51.74 0.84 0.25
Hex 77 68 A 0 D 5C 35 34 54 19
Octal 167 150 12 0 15 134 65 64 124 31
Binary 1110111 1101000 1010 0 1101 1011100 110101 110100 1010100 11001

Color Harmonies of #77680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77680A

Black with #77680A

Text Example


Text Example

White with #77680A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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