#70775E

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

Shades of Finch #70775E

Tints of Finch #70775E

Color information

#70775E (or 0x70775E) is unknown color: approx Finch. HEX triplet: 70, 77 and 5E. RGB value is (112,119,94). Sum of RGB (Red+Green+Blue) = 112+119+94=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #70775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70775E is #8F88A1. Grayscale: #727272. Windows color (decimal): -9406626 or 6190960. OLE color: 6190960.

HSL color Cylindrical-coordinate representation of color #70775E: hue angle of 76.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70775E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB11211994-
CMYK0.0600.210.53
HSL76.8º11.74%41.76%-
HSV(B)76.8º21.01%46.67%-
XYZ15.317.4513.15-
YUV114.06116.68126.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=34.46%
G=36.62%
B=28.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119940.0600.210.5376.811.7441.76
Hex70775E6015354dc2a
Octal1601671366025651151452
Binary11100001110111101111011001010111010110011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70775E; }

 p { color: rgb(112,119,94); }

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

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

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

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

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

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

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