#767757

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

Shades of Finch #767757

Tints of Finch #767757

Color information

#767757 (or 0x767757) is unknown color: approx Finch. HEX triplet: 76, 77 and 57. RGB value is (118,119,87). Sum of RGB (Red+Green+Blue) = 118+119+87=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #767757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767757 is #8988A8. Grayscale: #737373. Windows color (decimal): -9013417 or 5732214. OLE color: 5732214.

HSL color Cylindrical-coordinate representation of color #767757: hue angle of 61.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #767757 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB11811987-
CMYK0.0100.270.53
HSL61.88º15.53%40.39%-
HSV(B)61.88º26.89%46.67%-
XYZ15.7917.7311.61-
YUV115.05112.17130.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=36.42%
G=36.73%
B=26.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119870.0100.270.5361.8815.5340.39
Hex767757101B353e1028
Octal166167127103365762050
Binary111011011101111010111101101111010111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767757; }

 p { color: rgb(118,119,87); }

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

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

 a { background-color: rgb(118,119,87); }

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

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

 span { border-color: rgb(118,119,87); }

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