#777C48

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

Shades of Finch #777C48

Tints of Finch #777C48

Color information

#777C48 (or 0x777C48) is unknown color: approx Finch. HEX triplet: 77, 7C and 48. RGB value is (119,124,72). Sum of RGB (Red+Green+Blue) = 119+124+72=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #777C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C48 is #8883B7. Grayscale: #747474. Windows color (decimal): -8946616 or 4750455. OLE color: 4750455.

HSL color Cylindrical-coordinate representation of color #777C48: hue angle of 65.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777C48 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB11912472-
CMYK0.0400.420.51
HSL65.77º26.53%38.43%-
HSV(B)65.77º41.94%48.63%-
XYZ15.9918.818.92-
YUV116.58102.84129.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=37.78%
G=39.37%
B=22.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119124720.0400.420.5165.7726.5338.43
Hex777C48402A33421b26
Octal1671741104052631023346
Binary1110111111110010010001000101010110011100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,124,72); }

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

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

 a { background-color: rgb(119,124,72); }

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

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

 span { border-color: rgb(119,124,72); }

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