#777B65

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

Shades of Finch #777B65

Tints of Finch #777B65

Color information

#777B65 (or 0x777B65) is unknown color: approx Finch. HEX triplet: 77, 7B and 65. RGB value is (119,123,101). Sum of RGB (Red+Green+Blue) = 119+123+101=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #777B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B65 is #88849A. Grayscale: #777777. Windows color (decimal): -8946843 or 6650743. OLE color: 6650743.

HSL color Cylindrical-coordinate representation of color #777B65: hue angle of 70.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777B65 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB119123101-
CMYK0.0300.180.52
HSL70.91º9.82%43.92%-
HSV(B)70.91º17.89%48.24%-
XYZ17.0419.0315.09-
YUV119.3117.67127.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=34.69%
G=35.86%
B=29.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191231010.0300.180.5270.919.8243.92
Hex777B6530123447a2c
Octal1671731453022641071254
Binary1110111111101111001011101001011010010001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,123,101); }

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

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

 a { background-color: rgb(119,123,101); }

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

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

 span { border-color: rgb(119,123,101); }

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