#707660

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

Shades of Finch #707660

Tints of Finch #707660

Color information

#707660 (or 0x707660) is unknown color: approx Finch. HEX triplet: 70, 76 and 60. RGB value is (112,118,96). Sum of RGB (Red+Green+Blue) = 112+118+96=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #707660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707660 is #8F899F. Grayscale: #717171. Windows color (decimal): -9406880 or 6321776. OLE color: 6321776.

HSL color Cylindrical-coordinate representation of color #707660: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707660 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11211896-
CMYK0.0500.190.54
HSL76.36º10.28%41.96%-
HSV(B)76.36º18.64%46.27%-
XYZ15.2717.2513.59-
YUV113.7118.01126.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=34.36%
G=36.20%
B=29.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118960.0500.190.5476.3610.2841.96
Hex7076605013364ca2a
Octal1601661405023661141252
Binary11100001110110110000010101001111011010011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707660; }

 p { color: rgb(112,118,96); }

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

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

 a { background-color: rgb(112,118,96); }

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

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

 span { border-color: rgb(112,118,96); }

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