#71775F

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

Shades of Finch #71775F

Tints of Finch #71775F

Color information

#71775F (or 0x71775F) is unknown color: approx Finch. HEX triplet: 71, 77 and 5F. RGB value is (113,119,95). Sum of RGB (Red+Green+Blue) = 113+119+95=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #71775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775F is #8E88A0. Grayscale: #727272. Windows color (decimal): -9341089 or 6256497. OLE color: 6256497.

HSL color Cylindrical-coordinate representation of color #71775F: hue angle of 75º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71775F is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11311995-
CMYK0.0500.200.53
HSL75º11.21%41.96%-
HSV(B)75º20.17%46.67%-
XYZ15.4717.5313.39-
YUV114.47117.01126.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=34.56%
G=36.39%
B=29.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119950.0500.200.537511.2141.96
Hex71775F5014354bb2a
Octal1611671375024651131352
Binary11100011110111101111110101010011010110010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71775F; }

 p { color: rgb(113,119,95); }

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

<style>
 a { background-color: #71775F; }

 a { background-color: rgb(113,119,95); }

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

<style>
 span { border-color: #71775F; }

 span { border-color: rgb(113,119,95); }

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