#707058

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

Shades of Finch #707058

Tints of Finch #707058

Color information

#707058 (or 0x707058) is unknown color: approx Finch. HEX triplet: 70, 70 and 58. RGB value is (112,112,88). Sum of RGB (Red+Green+Blue) = 112+112+88=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707058 is #8F8FA7. Grayscale: #6D6D6D. Windows color (decimal): -9408424 or 5795952. OLE color: 5795952.

HSL color Cylindrical-coordinate representation of color #707058: hue angle of 60º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #707058 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB11211288-
CMYK000.210.56
HSL60º12%39.22%-
HSV(B)60º21.43%43.92%-
XYZ14.2415.7411.52-
YUV109.26116129.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=35.90%
G=35.90%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211288000.210.56601239.22
Hex7070580015383cc27
Octal160160130002570741447
Binary11100001110000101100000101011110001111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707058; }

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

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

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

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

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

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

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

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