Html Css Color HEX #77620B Yukon Gold

📋 copy color: '#77620B'

red 119 ◦ green 98 ◦ blue 11

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

Shades of Yukon Gold #77620B

Tints of Yukon Gold #77620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 52.19%
G = 42.98%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77620B (or 0x77620B) is known color: Yukon Gold. HEX triplet: 77, 62 and 0B. RGB value is (119,98,11). Sum of RGB (Red+Green+Blue) = 119+98+11=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77620B is #889DF4. Grayscale: #5E5E5E. Windows color (decimal): -8953333 or 746103. OLE color: 746103.

HSL color Cylindrical-coordinate representation of color #77620B: hue angle of 48.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77620B is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 11 -
CMYK 0 0.18 0.91 0.53
HSL 48.33º 0.83% 0.25% -
HSV(B) 48.33º 0.91% 0.47% -
XYZ 12.04 12.68 2.13 -
YUV 94.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 119 98 11 0 0.18 0.91 0.53 48.33 0.83 0.25
Hex 77 62 B 0 12 5B 35 30 53 19
Octal 167 142 13 0 22 133 65 60 123 31
Binary 1110111 1100010 1011 0 10010 1011011 110101 110000 1010011 11001

Color Harmonies of #77620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77620B

Black with #77620B

Text Example


Text Example

White with #77620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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