#71744F

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

Shades of Finch #71744F

Tints of Finch #71744F

Color information

#71744F (or 0x71744F) is unknown color: approx Finch. HEX triplet: 71, 74 and 4F. RGB value is (113,116,79). Sum of RGB (Red+Green+Blue) = 113+116+79=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #71744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71744F is #8E8BB0. Grayscale: #6F6F6F. Windows color (decimal): -9341873 or 5207153. OLE color: 5207153.

HSL color Cylindrical-coordinate representation of color #71744F: hue angle of 64.86º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71744F is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB11311679-
CMYK0.0300.320.55
HSL64.86º18.97%38.24%-
HSV(B)64.86º31.9%45.49%-
XYZ14.4716.579.83-
YUV110.88110.01129.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=36.69%
G=37.66%
B=25.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113116790.0300.320.5564.8618.9738.24
Hex71744F302037411326
Octal1611641173040671012346
Binary111000111101001001111110100000110111100000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,116,79); }

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

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

 a { background-color: rgb(113,116,79); }

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

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

 span { border-color: rgb(113,116,79); }

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