#70765E

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

Shades of Finch #70765E

Tints of Finch #70765E

Color information

#70765E (or 0x70765E) is unknown color: approx Finch. HEX triplet: 70, 76 and 5E. RGB value is (112,118,94). Sum of RGB (Red+Green+Blue) = 112+118+94=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #70765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70765E is #8F89A1. Grayscale: #717171. Windows color (decimal): -9406882 or 6190704. OLE color: 6190704.

HSL color Cylindrical-coordinate representation of color #70765E: hue angle of 75º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70765E is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11211894-
CMYK0.0500.200.54
HSL75º11.32%41.57%-
HSV(B)75º20.34%46.27%-
XYZ15.1817.2113.11-
YUV113.47117.01126.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=34.57%
G=36.42%
B=29.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118940.0500.200.547511.3241.57
Hex70765E5014364bb2a
Octal1601661365024661131352
Binary11100001110110101111010101010011011010010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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