#71785C

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

Shades of Finch #71785C

Tints of Finch #71785C

Color information

#71785C (or 0x71785C) is unknown color: approx Finch. HEX triplet: 71, 78 and 5C. RGB value is (113,120,92). Sum of RGB (Red+Green+Blue) = 113+120+92=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #71785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71785C is #8E87A3. Grayscale: #727272. Windows color (decimal): -9340836 or 6060145. OLE color: 6060145.

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

Color convert

RGB11312092-
CMYK0.0600.230.53
HSL75º13.21%41.57%-
HSV(B)75º23.33%47.06%-
XYZ15.4617.7212.73-
YUV114.72115.18126.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=34.77%
G=36.92%
B=28.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120920.0600.230.537513.2141.57
Hex71785C6017354bd2a
Octal1611701346027651131552
Binary11100011111000101110011001011111010110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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