#76784E

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

Shades of Finch #76784E

Tints of Finch #76784E

Color information

#76784E (or 0x76784E) is unknown color: approx Finch. HEX triplet: 76, 78 and 4E. RGB value is (118,120,78). Sum of RGB (Red+Green+Blue) = 118+120+78=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 120 - color contains mainly: green. Hex color #76784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76784E is #8987B1. Grayscale: #727272. Windows color (decimal): -9013170 or 5142646. OLE color: 5142646.

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

Color convert

RGB11812078-
CMYK0.0200.350.53
HSL62.86º21.21%38.82%-
HSV(B)62.86º35%47.06%-
XYZ15.5617.839.83-
YUV114.61107.34130.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=37.34%
G=37.97%
B=24.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120780.0200.350.5362.8621.2138.82
Hex76784E2023353f1527
Octal166170116204365772547
Binary11101101111000100111010010001111010111111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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