#76794D

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

Shades of Finch #76794D

Tints of Finch #76794D

Color information

#76794D (or 0x76794D) is unknown color: approx Finch. HEX triplet: 76, 79 and 4D. RGB value is (118,121,77). Sum of RGB (Red+Green+Blue) = 118+121+77=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #76794D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76794D is #8986B2. Grayscale: #737373. Windows color (decimal): -9012915 or 5077366. OLE color: 5077366.

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

Color convert

RGB11812177-
CMYK0.0200.360.53
HSL64.09º22.22%38.82%-
HSV(B)64.09º36.36%47.45%-
XYZ15.6518.069.68-
YUV115.09106.51130.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=37.34%
G=38.29%
B=24.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121770.0200.360.5364.0922.2238.82
Hex76794D202435401627
Octal1661711152044651002647
Binary111011011110011001101100100100110101100000010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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