#76765F

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

Shades of Finch #76765F

Tints of Finch #76765F

Color information

#76765F (or 0x76765F) is unknown color: approx Finch. HEX triplet: 76, 76 and 5F. RGB value is (118,118,95). Sum of RGB (Red+Green+Blue) = 118+118+95=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76765F is #8989A0. Grayscale: #737373. Windows color (decimal): -9013665 or 6256246. OLE color: 6256246.

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

Color convert

RGB11811895-
CMYK000.190.54
HSL60º10.8%41.76%-
HSV(B)60º19.49%46.27%-
XYZ16.0217.6313.39-
YUV115.38116.5129.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=35.65%
G=35.65%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811895000.190.546010.841.76
Hex76765F0013363cb2a
Octal166166137002366741352
Binary11101101110110101111100100111101101111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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