Html Css Color HEX #775D1A Yukon Gold

📋 copy color: '#775D1A'

red 119 ◦ green 93 ◦ blue 26

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

Shades of Yukon Gold #775D1A

Tints of Yukon Gold #775D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.08%

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

R = 50%
G = 39.08%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#775D1A (or 0x775D1A) is known color: Yukon Gold. HEX triplet: 77, 5D and 1A. RGB value is (119,93,26). Sum of RGB (Red+Green+Blue) = 119+93+26=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #775D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D1A is #88A2E5. Grayscale: #5D5D5D. Windows color (decimal): -8954598 or 1727863. OLE color: 1727863.

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

Color convert

RGB 119 93 26 -
CMYK 0 0.22 0.78 0.53
HSL 43.23º 0.64% 0.28% -
HSV(B) 43.23º 0.78% 0.47% -
XYZ 11.71 11.83 2.64 -
YUV 93.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 119 93 26 0 0.22 0.78 0.53 43.23 0.64 0.28
Hex 77 5D 1A 0 16 4E 35 2B 40 1C
Octal 167 135 32 0 26 116 65 53 100 34
Binary 1110111 1011101 11010 0 10110 1001110 110101 101011 1000000 11100

Color Harmonies of #775D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D1A

Black with #775D1A

Text Example


Text Example

White with #775D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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