#777F52

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

Shades of Finch #777F52

Tints of Finch #777F52

Color information

#777F52 (or 0x777F52) is unknown color: approx Finch. HEX triplet: 77, 7F and 52. RGB value is (119,127,82). Sum of RGB (Red+Green+Blue) = 119+127+82=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 127 - color contains mainly: green. Hex color #777F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F52 is #8880AD. Grayscale: #777777. Windows color (decimal): -8945838 or 5406583. OLE color: 5406583.

HSL color Cylindrical-coordinate representation of color #777F52: hue angle of 70.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #777F52 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB11912782-
CMYK0.0600.350.50
HSL70.67º21.53%40.98%-
HSV(B)70.67º35.43%49.8%-
XYZ16.7219.7110.91-
YUV119.48106.85127.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 82 (32.42% from 255) = 25%
R=36.28%
G=38.72%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119127820.0600.350.5070.6721.5340.98
Hex777F52602332471629
Octal1671771226043621072651
Binary1110111111111110100101100100011110010100011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,127,82); }

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

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

 a { background-color: rgb(119,127,82); }

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

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

 span { border-color: rgb(119,127,82); }

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