#717750

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

Shades of Finch #717750

Tints of Finch #717750

Color information

#717750 (or 0x717750) is unknown color: approx Finch. HEX triplet: 71, 77 and 50. RGB value is (113,119,80). Sum of RGB (Red+Green+Blue) = 113+119+80=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #717750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717750 is #8E88AF. Grayscale: #707070. Windows color (decimal): -9341104 or 5273457. OLE color: 5273457.

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

Color convert

RGB11311980-
CMYK0.0500.330.53
HSL69.23º19.6%39.02%-
HSV(B)69.23º32.77%46.67%-
XYZ14.8517.2810.14-
YUV112.76109.51128.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=36.22%
G=38.14%
B=25.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119800.0500.330.5369.2319.639.02
Hex717750502135451427
Octal1611671205041651052447
Binary1110001111011110100001010100001110101100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717750; }

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

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

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

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

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

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

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

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