#71785A

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

Shades of Finch #71785A

Tints of Finch #71785A

Color information

#71785A (or 0x71785A) is unknown color: approx Finch. HEX triplet: 71, 78 and 5A. RGB value is (113,120,90). Sum of RGB (Red+Green+Blue) = 113+120+90=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #71785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71785A is #8E87A5. Grayscale: #727272. Windows color (decimal): -9340838 or 5929073. OLE color: 5929073.

HSL color Cylindrical-coordinate representation of color #71785A: hue angle of 74º 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 #71785A is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB11312090-
CMYK0.0600.250.53
HSL74º14.29%41.18%-
HSV(B)74º25%47.06%-
XYZ15.3717.6812.28-
YUV114.49114.18126.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=34.98%
G=37.15%
B=27.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120900.0600.250.537414.2941.18
Hex71785A6019354ae29
Octal1611701326031651121651
Binary11100011111000101101011001100111010110010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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