#76785E

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

Shades of Finch #76785E

Tints of Finch #76785E

Color information

#76785E (or 0x76785E) is unknown color: approx Finch. HEX triplet: 76, 78 and 5E. RGB value is (118,120,94). Sum of RGB (Red+Green+Blue) = 118+120+94=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #76785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76785E is #8987A1. Grayscale: #747474. Windows color (decimal): -9013154 or 6191222. OLE color: 6191222.

HSL color Cylindrical-coordinate representation of color #76785E: hue angle of 64.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76785E is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB11812094-
CMYK0.0200.220.53
HSL64.62º12.15%41.96%-
HSV(B)64.62º21.67%47.06%-
XYZ16.2118.0913.23-
YUV116.44115.34129.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=35.54%
G=36.14%
B=28.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120940.0200.220.5364.6212.1541.96
Hex76785E20163541c2a
Octal1661701362026651011452
Binary1110110111100010111101001011011010110000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76785E; }

 p { color: rgb(118,120,94); }

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

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

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

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

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

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

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