#777A53

Color #777A53 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #777A53

Tints of Finch #777A53

Color information

#777A53 (or 0x777A53) is unknown color: approx Finch. HEX triplet: 77, 7A and 53. RGB value is (119,122,83). Sum of RGB (Red+Green+Blue) = 119+122+83=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #777A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A53 is #8885AC. Grayscale: #747474. Windows color (decimal): -8947117 or 5470839. OLE color: 5470839.

HSL color Cylindrical-coordinate representation of color #777A53: hue angle of 64.62º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777A53 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB11912283-
CMYK0.0200.320.52
HSL64.62º19.02%40.2%-
HSV(B)64.62º31.97%47.84%-
XYZ16.1318.4710.9-
YUV116.66109.01129.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 122 (48.05% from 255) = 37.65%
BLUE value IS 83 (32.81% from 255) = 25.62%
R=36.73%
G=37.65%
B=25.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119122830.0200.320.5264.6219.0240.2
Hex777A53202034411328
Octal1671721232040641012350
Binary111011111110101010011100100000110100100000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777A53; }

 p { color: rgb(119,122,83); }

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

<style>
 a { background-color: #777A53; }

 a { background-color: rgb(119,122,83); }

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

<style>
 span { border-color: #777A53; }

 span { border-color: rgb(119,122,83); }

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