#76785A

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

Shades of Finch #76785A

Tints of Finch #76785A

Color information

#76785A (or 0x76785A) is unknown color: approx Finch. HEX triplet: 76, 78 and 5A. RGB value is (118,120,90). Sum of RGB (Red+Green+Blue) = 118+120+90=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #76785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76785A is #8987A5. Grayscale: #747474. Windows color (decimal): -9013158 or 5929078. OLE color: 5929078.

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

Color convert

RGB11812090-
CMYK0.0200.250.53
HSL64º14.29%41.18%-
HSV(B)64º25%47.06%-
XYZ16.0318.0212.31-
YUV115.98113.34129.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=35.98%
G=36.59%
B=27.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120900.0200.250.536414.2941.18
Hex76785A20193540e29
Octal1661701322031651001651
Binary1110110111100010110101001100111010110000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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