#71775A

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

Shades of Finch #71775A

Tints of Finch #71775A

Color information

#71775A (or 0x71775A) is unknown color: approx Finch. HEX triplet: 71, 77 and 5A. RGB value is (113,119,90). Sum of RGB (Red+Green+Blue) = 113+119+90=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #71775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775A is #8E88A5. Grayscale: #727272. Windows color (decimal): -9341094 or 5928817. OLE color: 5928817.

HSL color Cylindrical-coordinate representation of color #71775A: hue angle of 72.41º degrees, saturation: 0.14, 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 #71775A is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB11311990-
CMYK0.0500.240.53
HSL72.41º13.88%40.98%-
HSV(B)72.41º24.37%46.67%-
XYZ15.2517.4412.24-
YUV113.9114.51127.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=35.09%
G=36.96%
B=27.95%

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
Decimal113119900.0500.240.5372.4113.8840.98
Hex71775A50183548e29
Octal1611671325030651101651
Binary11100011110111101101010101100011010110010001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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