#76795D

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

Shades of Finch #76795D

Tints of Finch #76795D

Color information

#76795D (or 0x76795D) is unknown color: approx Finch. HEX triplet: 76, 79 and 5D. RGB value is (118,121,93). Sum of RGB (Red+Green+Blue) = 118+121+93=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #76795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76795D is #8986A2. Grayscale: #757575. Windows color (decimal): -9012899 or 6125942. OLE color: 6125942.

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

Color convert

RGB11812193-
CMYK0.0200.230.53
HSL66.43º13.08%41.96%-
HSV(B)66.43º23.14%47.45%-
XYZ16.2818.3213.03-
YUV116.91114.51128.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=35.54%
G=36.45%
B=28.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121930.0200.230.5366.4313.0841.96
Hex76795D20173542d2a
Octal1661711352027651021552
Binary1110110111100110111011001011111010110000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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