#77640A

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

Shades of Yukon Gold #77640A

Tints of Yukon Gold #77640A

Color information

#77640A (or 0x77640A) is unknown color: approx Yukon Gold. HEX triplet: 77, 64 and 0A. RGB value is (119,100,10). Sum of RGB (Red+Green+Blue) = 119+100+10=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77640A is #889BF5. Grayscale: #5F5F5F. Windows color (decimal): -8952822 or 681079. OLE color: 681079.

HSL color Cylindrical-coordinate representation of color #77640A: hue angle of 49.54º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77640A is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB11910010-
CMYK00.160.920.53
HSL49.54º84.5%25.29%-
HSV(B)49.54º91.6%46.67%-
XYZ12.2213.062.16-
YUV95.4279.79144.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=51.97%
G=43.67%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191001000.160.920.5349.5484.525.29
Hex7764A0105C35325419
Octal16714412020134656212431
Binary1110111110010010100100001011100110101110010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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