#707558

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

Shades of Finch #707558

Tints of Finch #707558

Color information

#707558 (or 0x707558) is unknown color: approx Finch. HEX triplet: 70, 75 and 58. RGB value is (112,117,88). Sum of RGB (Red+Green+Blue) = 112+117+88=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #707558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707558 is #8F8AA7. Grayscale: #707070. Windows color (decimal): -9407144 or 5797232. OLE color: 5797232.

HSL color Cylindrical-coordinate representation of color #707558: hue angle of 70.34º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707558 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11211788-
CMYK0.0400.250.54
HSL70.34º14.15%40.2%-
HSV(B)70.34º24.79%45.88%-
XYZ14.816.8711.71-
YUV112.2114.34127.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=35.33%
G=36.91%
B=27.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117880.0400.250.5470.3414.1540.2
Hex70755840193646e28
Octal1601651304031661061650
Binary11100001110101101100010001100111011010001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707558; }

 p { color: rgb(112,117,88); }

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

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

 a { background-color: rgb(112,117,88); }

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

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

 span { border-color: rgb(112,117,88); }

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