#775D17

Color #775D17 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #775D17

Tints of Yukon Gold #775D17

Color information

#775D17 (or 0x775D17) is unknown color: approx 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

RGB1199323-
CMYK00.220.810.53
HSL43.75º67.61%27.84%-
HSV(B)43.75º80.67%46.67%-
XYZ11.6811.812.48-
YUV92.7988.61146.69-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119932300.220.810.5343.7567.6127.84
Hex775D1701651352c441c
Octal16713527026121655410434
Binary11101111011101101110101101010001110101101100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>