#77640E

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

Shades of Yukon Gold #77640E

Tints of Yukon Gold #77640E

Color information

#77640E (or 0x77640E) is unknown color: approx Yukon Gold. HEX triplet: 77, 64 and 0E. RGB value is (119,100,14). Sum of RGB (Red+Green+Blue) = 119+100+14=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77640E is #889BF1. Grayscale: #606060. Windows color (decimal): -8952818 or 943223. OLE color: 943223.

HSL color Cylindrical-coordinate representation of color #77640E: hue angle of 49.14º 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 #77640E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB11910014-
CMYK00.160.880.53
HSL49.14º78.95%26.08%-
HSV(B)49.14º88.24%46.67%-
XYZ12.2413.072.29-
YUV95.8881.79144.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 14 (5.86% from 255) = 6.01%
R=51.07%
G=42.92%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191001400.160.880.5349.1478.9526.08
Hex7764E0105835314f1a
Octal16714416020130656111732
Binary1110111110010011100100001011000110101110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77640E; }

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

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

<style>
 a { background-color: #77640E; }

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

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

<style>
 span { border-color: #77640E; }

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

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