#707A51

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

Shades of Finch #707A51

Tints of Finch #707A51

Color information

#707A51 (or 0x707A51) is unknown color: approx Finch. HEX triplet: 70, 7A and 51. RGB value is (112,122,81). Sum of RGB (Red+Green+Blue) = 112+122+81=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #707A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A51 is #8F85AE. Grayscale: #727272. Windows color (decimal): -9405871 or 5339760. OLE color: 5339760.

HSL color Cylindrical-coordinate representation of color #707A51: hue angle of 74.63º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #707A51 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB11212281-
CMYK0.0800.340.52
HSL74.63º20.2%39.8%-
HSV(B)74.63º33.61%47.84%-
XYZ15.1317.9610.45-
YUV114.34109.19126.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=35.56%
G=38.73%
B=25.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112122810.0800.340.5274.6320.239.8
Hex707A518022344b1428
Octal16017212110042641132450
Binary11100001111010101000110000100010110100100101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707A51; }

 p { color: rgb(112,122,81); }

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

<style>
 a { background-color: #707A51; }

 a { background-color: rgb(112,122,81); }

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

<style>
 span { border-color: #707A51; }

 span { border-color: rgb(112,122,81); }

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