Html Css Color HEX #775F20 Yukon Gold

📋 copy color: '#775F20'

red 119 ◦ green 95 ◦ blue 32

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

Shades of Yukon Gold #775F20

Tints of Yukon Gold #775F20

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

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

R = 48.37%
G = 38.62%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#775F20 (or 0x775F20) is known color: Yukon Gold. HEX triplet: 77, 5F and 20. RGB value is (119,95,32). Sum of RGB (Red+Green+Blue) = 119+95+32=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #775F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F20 is #88A0DF. Grayscale: #5F5F5F. Windows color (decimal): -8954080 or 2121591. OLE color: 2121591.

HSL color Cylindrical-coordinate representation of color #775F20: hue angle of 43.45º 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 #775F20 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 32 -
CMYK 0 0.20 0.73 0.53
HSL 43.45º 0.58% 0.3% -
HSV(B) 43.45º 0.73% 0.47% -
XYZ 11.96 12.21 3.09 -
YUV 94.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 119 95 32 0 0.20 0.73 0.53 43.45 0.58 0.3
Hex 77 5F 20 0 14 49 35 2B 3A 1E
Octal 167 137 40 0 24 111 65 53 72 36
Binary 1110111 1011111 100000 0 10100 1001001 110101 101011 111010 11110

Color Harmonies of #775F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F20

Black with #775F20

Text Example


Text Example

White with #775F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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