#707858

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

Shades of Finch #707858

Tints of Finch #707858

Color information

#707858 (or 0x707858) is unknown color: approx Finch. HEX triplet: 70, 78 and 58. RGB value is (112,120,88). Sum of RGB (Red+Green+Blue) = 112+120+88=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #707858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707858 is #8F87A7. Grayscale: #727272. Windows color (decimal): -9406376 or 5798000. OLE color: 5798000.

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

Color convert

RGB11212088-
CMYK0.0700.270.53
HSL75º15.38%40.78%-
HSV(B)75º26.67%47.06%-
XYZ15.1617.5811.83-
YUV113.96113.35126.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=35%
G=37.5%
B=27.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120880.0700.270.537515.3840.78
Hex707858701B354bf29
Octal1601701307033651131751
Binary11100001111000101100011101101111010110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707858; }

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

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

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

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

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

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

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

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