#70765B

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

Shades of Finch #70765B

Tints of Finch #70765B

Color information

#70765B (or 0x70765B) is unknown color: approx Finch. HEX triplet: 70, 76 and 5B. RGB value is (112,118,91). Sum of RGB (Red+Green+Blue) = 112+118+91=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #70765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70765B is #8F89A4. Grayscale: #717171. Windows color (decimal): -9406885 or 5994096. OLE color: 5994096.

HSL color Cylindrical-coordinate representation of color #70765B: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70765B is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11211891-
CMYK0.0500.230.54
HSL73.33º12.92%40.98%-
HSV(B)73.33º22.88%46.27%-
XYZ15.0517.1612.42-
YUV113.13115.51127.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=34.89%
G=36.76%
B=28.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118910.0500.230.5473.3312.9240.98
Hex70765B50173649d29
Octal1601661335027661111551
Binary11100001110110101101110101011111011010010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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