#775C17

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

Shades of Yukon Gold #775C17

Tints of Yukon Gold #775C17

Color information

#775C17 (or 0x775C17) is unknown color: approx Yukon Gold. HEX triplet: 77, 5C and 17. RGB value is (119,92,23). Sum of RGB (Red+Green+Blue) = 119+92+23=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #775C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C17 is #88A3E8. Grayscale: #5C5C5C. Windows color (decimal): -8954857 or 1530999. OLE color: 1530999.

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

Color convert

RGB1199223-
CMYK00.230.810.53
HSL43.12º67.61%27.84%-
HSV(B)43.12º80.67%46.67%-
XYZ11.5911.642.45-
YUV92.2188.95147.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=50.85%
G=39.32%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119922300.230.810.5343.1267.6127.84
Hex775C1701751352b441c
Octal16713427027121655310434
Binary11101111011100101110101111010001110101101011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #775C17;
 }
 .AnyTagClassName
 {
   color: #775C17;
 }
</style>
background-color css

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

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

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

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

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

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