Html Css Color HEX #77620C Yukon Gold

📋 copy color: '#77620C'

red 119 ◦ green 98 ◦ blue 12

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

Shades of Yukon Gold #77620C

Tints of Yukon Gold #77620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 51.97%
G = 42.79%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77620C (or 0x77620C) is known color: Yukon Gold. HEX triplet: 77, 62 and 0C. RGB value is (119,98,12). Sum of RGB (Red+Green+Blue) = 119+98+12=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77620C is #889DF3. Grayscale: #5E5E5E. Windows color (decimal): -8953332 or 811639. OLE color: 811639.

HSL color Cylindrical-coordinate representation of color #77620C: hue angle of 48.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77620C is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 12 -
CMYK 0 0.18 0.90 0.53
HSL 48.22º 0.82% 0.26% -
HSV(B) 48.22º 0.9% 0.47% -
XYZ 12.04 12.68 2.16 -
YUV 94.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 119 98 12 0 0.18 0.90 0.53 48.22 0.82 0.26
Hex 77 62 C 0 12 5A 35 30 52 1A
Octal 167 142 14 0 22 132 65 60 122 32
Binary 1110111 1100010 1100 0 10010 1011010 110101 110000 1010010 11010

Color Harmonies of #77620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77620C

Black with #77620C

Text Example


Text Example

White with #77620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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