#76795F

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

Shades of Finch #76795F

Tints of Finch #76795F

Color information

#76795F (or 0x76795F) is unknown color: approx Finch. HEX triplet: 76, 79 and 5F. RGB value is (118,121,95). Sum of RGB (Red+Green+Blue) = 118+121+95=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #76795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76795F is #8986A0. Grayscale: #757575. Windows color (decimal): -9012897 or 6257014. OLE color: 6257014.

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

Color convert

RGB11812195-
CMYK0.0200.210.53
HSL66.92º12.04%42.35%-
HSV(B)66.92º21.49%47.45%-
XYZ16.3718.3513.51-
YUV117.14115.51128.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=35.33%
G=36.23%
B=28.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121950.0200.210.5366.9212.0442.35
Hex76795F20153543c2a
Octal1661711372025651031452
Binary1110110111100110111111001010111010110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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