#717254

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

Shades of Finch #717254

Tints of Finch #717254

Color information

#717254 (or 0x717254) is unknown color: approx Finch. HEX triplet: 71, 72 and 54. RGB value is (113,114,84). Sum of RGB (Red+Green+Blue) = 113+114+84=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #717254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717254 is #8E8DAB. Grayscale: #6E6E6E. Windows color (decimal): -9342380 or 5534321. OLE color: 5534321.

HSL color Cylindrical-coordinate representation of color #717254: hue angle of 62º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717254 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11311484-
CMYK0.0100.260.55
HSL62º15.15%38.82%-
HSV(B)62º26.32%44.71%-
XYZ14.4316.1910.75-
YUV110.28113.17129.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=36.33%
G=36.66%
B=27.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114840.0100.260.556215.1538.82
Hex717254101A373ef27
Octal161162124103267761747
Binary11100011110010101010010110101101111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717254; }

 p { color: rgb(113,114,84); }

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

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

 a { background-color: rgb(113,114,84); }

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

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

 span { border-color: rgb(113,114,84); }

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