#775B18

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

Shades of Yukon Gold #775B18

Tints of Yukon Gold #775B18

Color information

#775B18 (or 0x775B18) is unknown color: approx Yukon Gold. HEX triplet: 77, 5B and 18. RGB value is (119,91,24). Sum of RGB (Red+Green+Blue) = 119+91+24=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #775B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775B18 is #88A4E7. Grayscale: #5C5C5C. Windows color (decimal): -8955112 or 1596279. OLE color: 1596279.

HSL color Cylindrical-coordinate representation of color #775B18: hue angle of 42.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #775B18 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1199124-
CMYK00.240.800.53
HSL42.32º66.43%28.04%-
HSV(B)42.32º79.83%46.67%-
XYZ11.5111.472.47-
YUV91.7389.78147.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 24 (9.77% from 255) = 10.26%
R=50.85%
G=38.89%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119912400.240.800.5342.3266.4328.04
Hex775B1801850352a421c
Octal16713330030120655210234
Binary11101111011011110000110001010000110101101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,91,24); }

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

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

 a { background-color: rgb(119,91,24); }

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

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

 span { border-color: rgb(119,91,24); }

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