Html Css Color HEX #775E20 Yukon Gold

📋 copy color: '#775E20'

red 119 ◦ green 94 ◦ blue 32

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

Shades of Yukon Gold #775E20

Tints of Yukon Gold #775E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 48.57%
G = 38.37%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#775E20 (or 0x775E20) is known color: Yukon Gold. HEX triplet: 77, 5E and 20. RGB value is (119,94,32). Sum of RGB (Red+Green+Blue) = 119+94+32=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #775E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E20 is #88A1DF. Grayscale: #5E5E5E. Windows color (decimal): -8954336 or 2121335. OLE color: 2121335.

HSL color Cylindrical-coordinate representation of color #775E20: hue angle of 42.76º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #775E20 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 32 -
CMYK 0 0.21 0.73 0.53
HSL 42.76º 0.58% 0.3% -
HSV(B) 42.76º 0.73% 0.47% -
XYZ 11.87 12.03 3.06 -
YUV 94.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 119 94 32 0 0.21 0.73 0.53 42.76 0.58 0.3
Hex 77 5E 20 0 15 49 35 2B 3A 1E
Octal 167 136 40 0 25 111 65 53 72 36
Binary 1110111 1011110 100000 0 10101 1001001 110101 101011 111010 11110

Color Harmonies of #775E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E20

Black with #775E20

Text Example


Text Example

White with #775E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E20; }

 p { color: rgb(119,94,32); }

 H1.HeaderClassName
 {
   color: #775E20;
 }
 .AnyTagClassName
 {
   color: #775E20;
 }
</style>

background-color css

<style>
 a { background-color: #775E20; }

 a { background-color: rgb(119,94,32); }

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

border-color css

<style>
 span { border-color: #775E20; }

 span { border-color: rgb(119,94,32); }

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