#71775B

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

Shades of Finch #71775B

Tints of Finch #71775B

Color information

#71775B (or 0x71775B) is unknown color: approx Finch. HEX triplet: 71, 77 and 5B. RGB value is (113,119,91). Sum of RGB (Red+Green+Blue) = 113+119+91=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #71775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775B is #8E88A4. Grayscale: #727272. Windows color (decimal): -9341093 or 5994353. OLE color: 5994353.

HSL color Cylindrical-coordinate representation of color #71775B: hue angle of 72.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71775B is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB11311991-
CMYK0.0500.240.53
HSL72.86º13.33%41.18%-
HSV(B)72.86º23.53%46.67%-
XYZ15.317.4612.46-
YUV114.01115.01127.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=34.98%
G=36.84%
B=28.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119910.0500.240.5372.8613.3341.18
Hex71775B50183549d29
Octal1611671335030651111551
Binary11100011110111101101110101100011010110010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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