Html Css Color HEX #77620E Yukon Gold

📋 copy color: '#77620E'

red 119 ◦ green 98 ◦ blue 14

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

Shades of Yukon Gold #77620E

Tints of Yukon Gold #77620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 51.52%
G = 42.42%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77620E (or 0x77620E) is known color: Yukon Gold. HEX triplet: 77, 62 and 0E. RGB value is (119,98,14). Sum of RGB (Red+Green+Blue) = 119+98+14=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77620E is #889DF1. Grayscale: #5F5F5F. Windows color (decimal): -8953330 or 942711. OLE color: 942711.

HSL color Cylindrical-coordinate representation of color #77620E: hue angle of 48º 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 #77620E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 14 -
CMYK 0 0.18 0.88 0.53
HSL 48º 0.79% 0.26% -
HSV(B) 48º 0.88% 0.47% -
XYZ 12.05 12.69 2.23 -
YUV 94.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 119 98 14 0 0.18 0.88 0.53 48 0.79 0.26
Hex 77 62 E 0 12 58 35 30 4F 1A
Octal 167 142 16 0 22 130 65 60 117 32
Binary 1110111 1100010 1110 0 10010 1011000 110101 110000 1001111 11010

Color Harmonies of #77620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77620E

Black with #77620E

Text Example


Text Example

White with #77620E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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