#707751

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

Shades of Finch #707751

Tints of Finch #707751

Color information

#707751 (or 0x707751) is unknown color: approx Finch. HEX triplet: 70, 77 and 51. RGB value is (112,119,81). Sum of RGB (Red+Green+Blue) = 112+119+81=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #707751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707751 is #8F88AE. Grayscale: #707070. Windows color (decimal): -9406639 or 5338992. OLE color: 5338992.

HSL color Cylindrical-coordinate representation of color #707751: hue angle of 71.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #707751 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB11211981-
CMYK0.0600.320.53
HSL71.05º19%39.22%-
HSV(B)71.05º31.93%46.67%-
XYZ14.7617.2310.33-
YUV112.57110.18127.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=35.90%
G=38.14%
B=25.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119810.0600.320.5371.051939.22
Hex707751602035471327
Octal1601671216040651072347
Binary1110000111011110100011100100000110101100011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707751; }

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

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

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

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

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

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

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

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