#717852

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

Shades of Finch #717852

Tints of Finch #717852

Color information

#717852 (or 0x717852) is unknown color: approx Finch. HEX triplet: 71, 78 and 52. RGB value is (113,120,82). Sum of RGB (Red+Green+Blue) = 113+120+82=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #717852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717852 is #8E87AD. Grayscale: #717171. Windows color (decimal): -9340846 or 5404785. OLE color: 5404785.

HSL color Cylindrical-coordinate representation of color #717852: hue angle of 71.05º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #717852 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB11312082-
CMYK0.0600.320.53
HSL71.05º18.81%39.61%-
HSV(B)71.05º31.67%47.06%-
XYZ15.0517.5510.58-
YUV113.58110.18127.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=35.87%
G=38.10%
B=26.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120820.0600.320.5371.0518.8139.61
Hex717852602035471328
Octal1611701226040651072350
Binary1110001111100010100101100100000110101100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717852; }

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

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

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

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

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

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

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

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