#707465

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

Shades of Finch #707465

Tints of Finch #707465

Color information

#707465 (or 0x707465) is unknown color: approx Finch. HEX triplet: 70, 74 and 65. RGB value is (112,116,101). Sum of RGB (Red+Green+Blue) = 112+116+101=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #707465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707465 is #8F8B9A. Grayscale: #717171. Windows color (decimal): -9407387 or 6648944. OLE color: 6648944.

HSL color Cylindrical-coordinate representation of color #707465: hue angle of 76º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707465 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB112116101-
CMYK0.0300.130.55
HSL76º6.91%42.55%-
HSV(B)76º12.93%45.49%-
XYZ15.2816.8814.76-
YUV113.09121.17127.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=34.04%
G=35.26%
B=30.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121161010.0300.130.55766.9142.55
Hex70746530D374c72b
Octal160164145301567114753
Binary11100001110100110010111011011101111001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707465; }

 p { color: rgb(112,116,101); }

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

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

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

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

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

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

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