#767756

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

Shades of Finch #767756

Tints of Finch #767756

Color information

#767756 (or 0x767756) is unknown color: approx Finch. HEX triplet: 76, 77 and 56. RGB value is (118,119,86). Sum of RGB (Red+Green+Blue) = 118+119+86=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #767756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767756 is #8988A9. Grayscale: #737373. Windows color (decimal): -9013418 or 5666678. OLE color: 5666678.

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

Color convert

RGB11811986-
CMYK0.0100.280.53
HSL61.82º16.1%40.2%-
HSV(B)61.82º27.73%46.67%-
XYZ15.7517.7211.39-
YUV114.94111.67130.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=36.53%
G=36.84%
B=26.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119860.0100.280.5361.8216.140.2
Hex767756101C353e1028
Octal166167126103465762050
Binary111011011101111010110101110011010111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767756; }

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

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

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

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

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

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

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

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