#77620A

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

Shades of Yukon Gold #77620A

Tints of Yukon Gold #77620A

Color information

#77620A (or 0x77620A) is unknown color: approx Yukon Gold. HEX triplet: 77, 62 and 0A. RGB value is (119,98,10). Sum of RGB (Red+Green+Blue) = 119+98+10=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77620A is #889DF5. Grayscale: #5E5E5E. Windows color (decimal): -8953334 or 680567. OLE color: 680567.

HSL color Cylindrical-coordinate representation of color #77620A: hue angle of 48.44º 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 #77620A is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1199810-
CMYK00.180.920.53
HSL48.44º84.5%25.29%-
HSV(B)48.44º91.6%46.67%-
XYZ12.0312.682.1-
YUV94.2580.46145.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=52.42%
G=43.17%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119981000.180.920.5348.4484.525.29
Hex7762A0125C35305419
Octal16714212022134656012431
Binary1110111110001010100100101011100110101110000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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