#775E0E

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

Shades of Yukon Gold #775E0E

Tints of Yukon Gold #775E0E

Color information

#775E0E (or 0x775E0E) is unknown color: approx Yukon Gold. HEX triplet: 77, 5E and 0E. RGB value is (119,94,14). Sum of RGB (Red+Green+Blue) = 119+94+14=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #775E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E0E is #88A1F1. Grayscale: #5C5C5C. Windows color (decimal): -8954354 or 941687. OLE color: 941687.

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

Color convert

RGB1199414-
CMYK00.210.880.53
HSL45.71º78.95%26.08%-
HSV(B)45.71º88.24%46.67%-
XYZ11.6911.962.11-
YUV92.3583.78147-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=52.42%
G=41.41%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119941400.210.880.5345.7178.9526.08
Hex775EE01558352e4f1a
Octal16713616025130655611732
Binary1110111101111011100101011011000110101101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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