#717A53

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

Shades of Finch #717A53

Tints of Finch #717A53

Color information

#717A53 (or 0x717A53) is unknown color: approx Finch. HEX triplet: 71, 7A and 53. RGB value is (113,122,83). Sum of RGB (Red+Green+Blue) = 113+122+83=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #717A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A53 is #8E85AC. Grayscale: #737373. Windows color (decimal): -9340333 or 5470833. OLE color: 5470833.

HSL color Cylindrical-coordinate representation of color #717A53: hue angle of 73.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #717A53 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB11312283-
CMYK0.0700.320.52
HSL73.85º19.02%40.2%-
HSV(B)73.85º31.97%47.84%-
XYZ15.3318.0510.86-
YUV114.86110.02126.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=35.53%
G=38.36%
B=26.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113122830.0700.320.5273.8519.0240.2
Hex717A537020344a1328
Octal1611721237040641122350
Binary1110001111101010100111110100000110100100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717A53; }

 p { color: rgb(113,122,83); }

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

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

 a { background-color: rgb(113,122,83); }

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

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

 span { border-color: rgb(113,122,83); }

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