#76765B

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

Shades of Finch #76765B

Tints of Finch #76765B

Color information

#76765B (or 0x76765B) is unknown color: approx Finch. HEX triplet: 76, 76 and 5B. RGB value is (118,118,91). Sum of RGB (Red+Green+Blue) = 118+118+91=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76765B is #8989A4. Grayscale: #737373. Windows color (decimal): -9013669 or 5994102. OLE color: 5994102.

HSL color Cylindrical-coordinate representation of color #76765B: hue angle of 60º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76765B is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11811891-
CMYK000.230.54
HSL60º12.92%40.98%-
HSV(B)60º22.88%46.27%-
XYZ15.8417.5612.45-
YUV114.92114.5130.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=36.09%
G=36.09%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811891000.230.546012.9240.98
Hex76765B0017363cd29
Octal166166133002766741551
Binary11101101110110101101100101111101101111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76765B; }

 p { color: rgb(118,118,91); }

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

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

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

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

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

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

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