Html Css Color HEX #775D17 Yukon Gold

📋 copy color: '#775D17'

red 119 ◦ green 93 ◦ blue 23

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

Shades of Yukon Gold #775D17

Tints of Yukon Gold #775D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.79%

R = 50.64%
G = 39.57%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#775D17 (or 0x775D17) is known color: Yukon Gold. HEX triplet: 77, 5D and 17. RGB value is (119,93,23). Sum of RGB (Red+Green+Blue) = 119+93+23=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #775D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775D17 is #88A2E8. Grayscale: #5D5D5D. Windows color (decimal): -8954601 or 1531255. OLE color: 1531255.

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

Color convert

RGB 119 93 23 -
CMYK 0 0.22 0.81 0.53
HSL 43.75º 0.68% 0.28% -
HSV(B) 43.75º 0.81% 0.47% -
XYZ 11.68 11.81 2.48 -
YUV 92.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 119 93 23 0 0.22 0.81 0.53 43.75 0.68 0.28
Hex 77 5D 17 0 16 51 35 2C 44 1C
Octal 167 135 27 0 26 121 65 54 104 34
Binary 1110111 1011101 10111 0 10110 1010001 110101 101100 1000100 11100

Color Harmonies of #775D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D17

Black with #775D17

Text Example


Text Example

White with #775D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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