Html Css Color HEX #775E1D Yukon Gold

📋 copy color: '#775E1D'

red 119 ◦ green 94 ◦ blue 29

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

Shades of Yukon Gold #775E1D

Tints of Yukon Gold #775E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 49.17%
G = 38.84%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#775E1D (or 0x775E1D) is known color: Yukon Gold. HEX triplet: 77, 5E and 1D. RGB value is (119,94,29). Sum of RGB (Red+Green+Blue) = 119+94+29=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #775E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E1D is #88A1E2. Grayscale: #5E5E5E. Windows color (decimal): -8954339 or 1924727. OLE color: 1924727.

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

Color convert

RGB 119 94 29 -
CMYK 0 0.21 0.76 0.53
HSL 43.33º 0.61% 0.29% -
HSV(B) 43.33º 0.76% 0.47% -
XYZ 11.83 12.02 2.86 -
YUV 94.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 119 94 29 0 0.21 0.76 0.53 43.33 0.61 0.29
Hex 77 5E 1D 0 15 4C 35 2B 3D 1D
Octal 167 136 35 0 25 114 65 53 75 35
Binary 1110111 1011110 11101 0 10101 1001100 110101 101011 111101 11101

Color Harmonies of #775E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E1D

Black with #775E1D

Text Example


Text Example

White with #775E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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