#70764F

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

Shades of Finch #70764F

Tints of Finch #70764F

Color information

#70764F (or 0x70764F) is unknown color: approx Finch. HEX triplet: 70, 76 and 4F. RGB value is (112,118,79). Sum of RGB (Red+Green+Blue) = 112+118+79=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #70764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70764F is #8F89B0. Grayscale: #6F6F6F. Windows color (decimal): -9406897 or 5207664. OLE color: 5207664.

HSL color Cylindrical-coordinate representation of color #70764F: hue angle of 69.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70764F is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB11211879-
CMYK0.0500.330.54
HSL69.23º19.8%38.63%-
HSV(B)69.23º33.05%46.27%-
XYZ14.5716.979.9-
YUV111.76109.51128.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=36.25%
G=38.19%
B=25.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118790.0500.330.5469.2319.838.63
Hex70764F502136451427
Octal1601661175041661052447
Binary1110000111011010011111010100001110110100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70764F; }

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

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

<style>
 a { background-color: #70764F; }

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

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

<style>
 span { border-color: #70764F; }

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

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