#707859

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

Shades of Finch #707859

Tints of Finch #707859

Color information

#707859 (or 0x707859) is unknown color: approx Finch. HEX triplet: 70, 78 and 59. RGB value is (112,120,89). Sum of RGB (Red+Green+Blue) = 112+120+89=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #707859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707859 is #8F87A6. Grayscale: #727272. Windows color (decimal): -9406375 or 5863536. OLE color: 5863536.

HSL color Cylindrical-coordinate representation of color #707859: hue angle of 75.48º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707859 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB11212089-
CMYK0.0700.260.53
HSL75.48º14.83%40.98%-
HSV(B)75.48º25.83%47.06%-
XYZ15.217.612.05-
YUV114.07113.85126.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=34.89%
G=37.38%
B=27.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120890.0700.260.5375.4814.8340.98
Hex707859701A354bf29
Octal1601701317032651131751
Binary11100001111000101100111101101011010110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707859; }

 p { color: rgb(112,120,89); }

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

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

 a { background-color: rgb(112,120,89); }

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

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

 span { border-color: rgb(112,120,89); }

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