Html Css Color HEX #775E1A Yukon Gold

📋 copy color: '#775E1A'

red 119 ◦ green 94 ◦ blue 26

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

Shades of Yukon Gold #775E1A

Tints of Yukon Gold #775E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.88%

R = 49.79%
G = 39.33%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#775E1A (or 0x775E1A) is known color: Yukon Gold. HEX triplet: 77, 5E and 1A. RGB value is (119,94,26). Sum of RGB (Red+Green+Blue) = 119+94+26=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #775E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E1A is #88A1E5. Grayscale: #5E5E5E. Windows color (decimal): -8954342 or 1728119. OLE color: 1728119.

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

Color convert

RGB 119 94 26 -
CMYK 0 0.21 0.78 0.53
HSL 43.87º 0.64% 0.28% -
HSV(B) 43.87º 0.78% 0.47% -
XYZ 11.8 12 2.67 -
YUV 93.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 119 94 26 0 0.21 0.78 0.53 43.87 0.64 0.28
Hex 77 5E 1A 0 15 4E 35 2C 40 1C
Octal 167 136 32 0 25 116 65 54 100 34
Binary 1110111 1011110 11010 0 10101 1001110 110101 101100 1000000 11100

Color Harmonies of #775E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E1A

Black with #775E1A

Text Example


Text Example

White with #775E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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