#707757

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

Shades of Finch #707757

Tints of Finch #707757

Color information

#707757 (or 0x707757) is unknown color: approx Finch. HEX triplet: 70, 77 and 57. RGB value is (112,119,87). Sum of RGB (Red+Green+Blue) = 112+119+87=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #707757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707757 is #8F88A8. Grayscale: #717171. Windows color (decimal): -9406633 or 5732208. OLE color: 5732208.

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

Color convert

RGB11211987-
CMYK0.0600.270.53
HSL73.12º15.53%40.39%-
HSV(B)73.12º26.89%46.67%-
XYZ1517.3311.57-
YUV113.26113.18127.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=35.22%
G=37.42%
B=27.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119870.0600.270.5373.1215.5340.39
Hex707757601B35491028
Octal1601671276033651112050
Binary111000011101111010111110011011110101100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707757; }

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

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

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

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

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

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

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

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