#70775D

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

Shades of Finch #70775D

Tints of Finch #70775D

Color information

#70775D (or 0x70775D) is unknown color: approx Finch. HEX triplet: 70, 77 and 5D. RGB value is (112,119,93). Sum of RGB (Red+Green+Blue) = 112+119+93=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #70775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70775D is #8F88A2. Grayscale: #727272. Windows color (decimal): -9406627 or 6125424. OLE color: 6125424.

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

Color convert

RGB11211993-
CMYK0.0600.220.53
HSL76.15º12.26%41.57%-
HSV(B)76.15º21.85%46.67%-
XYZ15.2517.4312.92-
YUV113.94116.18126.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=34.57%
G=36.73%
B=28.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119930.0600.220.5376.1512.2641.57
Hex70775D6016354cc2a
Octal1601671356026651141452
Binary11100001110111101110111001011011010110011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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