#775E10

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

Shades of Yukon Gold #775E10

Tints of Yukon Gold #775E10

Color information

#775E10 (or 0x775E10) is unknown color: approx Yukon Gold. HEX triplet: 77, 5E and 10. RGB value is (119,94,16). Sum of RGB (Red+Green+Blue) = 119+94+16=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #775E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E10 is #88A1EF. Grayscale: #5C5C5C. Windows color (decimal): -8954352 or 1072759. OLE color: 1072759.

HSL color Cylindrical-coordinate representation of color #775E10: hue angle of 45.44º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #775E10 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1199416-
CMYK00.210.870.53
HSL45.44º76.3%26.47%-
HSV(B)45.44º86.55%46.67%-
XYZ11.711.962.18-
YUV92.5884.78146.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 16 (6.64% from 255) = 6.99%
R=51.97%
G=41.05%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119941600.210.870.5345.4476.326.47
Hex775E1001557352d4c1a
Octal16713620025127655511432
Binary11101111011110100000101011010111110101101101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,94,16); }

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

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

 a { background-color: rgb(119,94,16); }

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

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

 span { border-color: rgb(119,94,16); }

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