#71735A

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

Shades of Finch #71735A

Tints of Finch #71735A

Color information

#71735A (or 0x71735A) is unknown color: approx Finch. HEX triplet: 71, 73 and 5A. RGB value is (113,115,90). Sum of RGB (Red+Green+Blue) = 113+115+90=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #71735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71735A is #8E8CA5. Grayscale: #6F6F6F. Windows color (decimal): -9342118 or 5927793. OLE color: 5927793.

HSL color Cylindrical-coordinate representation of color #71735A: hue angle of 64.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71735A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB11311590-
CMYK0.0200.220.55
HSL64.8º12.2%40.2%-
HSV(B)64.8º21.74%45.1%-
XYZ14.7916.5112.08-
YUV111.55115.84129.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=35.53%
G=36.16%
B=28.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115900.0200.220.5564.812.240.2
Hex71735A20163741c28
Octal1611631322026671011450
Binary1110001111001110110101001011011011110000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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