#70775B

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

Shades of Finch #70775B

Tints of Finch #70775B

Color information

#70775B (or 0x70775B) is unknown color: approx Finch. HEX triplet: 70, 77 and 5B. RGB value is (112,119,91). Sum of RGB (Red+Green+Blue) = 112+119+91=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #70775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70775B is #8F88A4. Grayscale: #717171. Windows color (decimal): -9406629 or 5994352. OLE color: 5994352.

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

Color convert

RGB11211991-
CMYK0.0600.240.53
HSL75º13.33%41.18%-
HSV(B)75º23.53%46.67%-
XYZ15.1717.3912.46-
YUV113.71115.18126.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=34.78%
G=36.96%
B=28.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119910.0600.240.537513.3341.18
Hex70775B6018354bd29
Octal1601671336030651131551
Binary11100001110111101101111001100011010110010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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