#717752

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

Shades of Finch #717752

Tints of Finch #717752

Color information

#717752 (or 0x717752) is unknown color: approx Finch. HEX triplet: 71, 77 and 52. RGB value is (113,119,82). Sum of RGB (Red+Green+Blue) = 113+119+82=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #717752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717752 is #8E88AD. Grayscale: #717171. Windows color (decimal): -9341102 or 5404529. OLE color: 5404529.

HSL color Cylindrical-coordinate representation of color #717752: hue angle of 69.73º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #717752 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB11311982-
CMYK0.0500.310.53
HSL69.73º18.41%39.41%-
HSV(B)69.73º31.09%46.67%-
XYZ14.9317.3110.54-
YUV112.99110.51128.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=35.99%
G=37.90%
B=26.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119820.0500.310.5369.7318.4139.41
Hex717752501F35461227
Octal1611671225037651062247
Binary111000111101111010010101011111110101100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717752; }

 p { color: rgb(113,119,82); }

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

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

 a { background-color: rgb(113,119,82); }

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

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

 span { border-color: rgb(113,119,82); }

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