#77661A

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

Shades of Yukon Gold #77661A

Tints of Yukon Gold #77661A

Color information

#77661A (or 0x77661A) is unknown color: approx Yukon Gold. HEX triplet: 77, 66 and 1A. RGB value is (119,102,26). Sum of RGB (Red+Green+Blue) = 119+102+26=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77661A is #8899E5. Grayscale: #626262. Windows color (decimal): -8952294 or 1730167. OLE color: 1730167.

HSL color Cylindrical-coordinate representation of color #77661A: hue angle of 49.03º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77661A is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB11910226-
CMYK00.140.780.53
HSL49.03º64.14%28.43%-
HSV(B)49.03º78.15%46.67%-
XYZ12.5513.52.92-
YUV98.4287.13142.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=48.18%
G=41.30%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191022600.140.780.5349.0364.1428.43
Hex77661A0E4E3531401c
Octal16714632016116656110034
Binary1110111110011011010011101001110110101110001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,102,26); }

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

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

 a { background-color: rgb(119,102,26); }

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

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

 span { border-color: rgb(119,102,26); }

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