#71754E

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

Shades of Finch #71754E

Tints of Finch #71754E

Color information

#71754E (or 0x71754E) is unknown color: approx Finch. HEX triplet: 71, 75 and 4E. RGB value is (113,117,78). Sum of RGB (Red+Green+Blue) = 113+117+78=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #71754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71754E is #8E8AB1. Grayscale: #6F6F6F. Windows color (decimal): -9341618 or 5141873. OLE color: 5141873.

HSL color Cylindrical-coordinate representation of color #71754E: hue angle of 66.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71754E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11311778-
CMYK0.0300.330.54
HSL66.15º20%38.24%-
HSV(B)66.15º33.33%45.88%-
XYZ14.5516.789.68-
YUV111.36109.17129.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=36.69%
G=37.99%
B=25.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117780.0300.330.5466.152038.24
Hex71754E302136421426
Octal1611651163041661022446
Binary111000111101011001110110100001110110100001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71754E; }

 p { color: rgb(113,117,78); }

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

<style>
 a { background-color: #71754E; }

 a { background-color: rgb(113,117,78); }

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

<style>
 span { border-color: #71754E; }

 span { border-color: rgb(113,117,78); }

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